# bfcl / bfcl-live-multiple-579-157-0 - taskset: [bfcl](https://harnessreport.com/tasks/bfcl.md) - difficulty: medium - category: function_calling - language: - runnable from the site: no - agent timeout: 300s ## Results by harness _none yet_ ## Instruction ``` # Task I'm in the mood for a good laugh. Explore some Comedy movies for me, maybe something with Jim Carrey in it? ## Available Functions Based on the question, you will need to make one or more function/tool calls to achieve the purpose. If none of the functions can be used, do not invoke any function. If the given question lacks the parameters required by the function, do not invoke the function. Here is a list of functions in JSON format that you can invoke. [ { "name": "Media_3_FindMovies", "description": "Explore movies online based on your preferences including genre and starring actors.", "parameters": { "type": "dict", "required": [ "genre" ], "properties": { "genre": { "type": "string", "description": "The genre of the movies to explore.", "enum": [ "World", "Fantasy", "Offbeat", "Mystery", "Musical", "Thriller", "Comedy", "Horror", "Animation", "Cult", "Sci-fi", "War", "Drama", "Anime", "Family", "Action" ] }, "starring": { "type": "string", "description": "The actors or actresses starring in the movie. Use 'any' to indicate no preference.", "default": "any" } } } }, { "name": "Media_3_PlayMovie", "description": "Stream the selected movie online with the option to choose from a variety of subtitle languages.", "parameters": { "type": "dict", "required": [ "title" ], "properties": { "title": { "type": "string", "description": "The name of the movie to be streamed." }, "subtitle_language": { "type": "string", "description": "The preferred language for the movie subtitles.", "enum": [ "English", "Spanish", "Hindi", "French" ], "default": "English" } } } }, { "name": "Weather_1_GetWeather", "description": "Retrieve the weather forecast for a specified city on a given date.", "parameters": { "type": "dict", "required": [ "city" ], "properties": { "city": { "type": "string", "description": "The name of the city for which the weather forecast is required, in the format of 'City, State' or 'City, Country'; e.g., 'New York, NY' or 'London, UK'." }, "date": { "type": "string", "description": "The date for which the weather forecast is requested, in the format of 'YYYY-MM-DD'. The default value represents the current date.", "default": "current_date" } } } } ] ## Output Analyze the request and determine the appropriate function call(s). Write ONLY a JSON array to `/app/result.json`. Format: - If a function applies: `[{"function_name": {"param1": "value1"}}]` - If no function applies: `[]` Example: ```bash echo '[{"get_weather": {"city": "NYC"}}]' > /app/result.json ``` IMPORTANT: You MUST execute the command to write the file. ``` --- Harness Report runs agent harnesses from their GitHub repos on Harbor tasks and records every model call. Every page is also `.md` and `.json`; index: https://harnessreport.com/llms.txt · MCP: https://harnessreport.com/mcp