# bfcl / bfcl-live-multiple-709-164-25 - 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 Comedy-drama movie, preferably one directed by Kirill Mikhanovsky. Find one for me? ## 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": "Events_3_FindEvents", "description": "Finds cultural events, such as concerts and plays, happening in a specified city on a given date.", "parameters": { "type": "dict", "required": [ "event_type", "city" ], "properties": { "event_type": { "type": "string", "description": "The type of cultural event to find.", "enum": [ "Music", "Theater" ] }, "city": { "type": "string", "description": "The city in which to search for events, in the format of 'City, State', such as 'Berkeley, CA' and 'New York, NY'." }, "date": { "type": "string", "description": "The date of the event, formatted as 'MM/DD/YYYY'. If not specified, the search will include events for all upcoming dates.", "default": "dontcare" } } } }, { "name": "Events_3_BuyEventTickets", "description": "Purchase tickets for a specified cultural event on a particular date in a selected city.", "parameters": { "type": "dict", "required": [ "event_name", "number_of_tickets", "date", "city" ], "properties": { "event_name": { "type": "string", "description": "The name of the artist, play, or cultural event." }, "number_of_tickets": { "type": "integer", "description": "The quantity of tickets to purchase. Must be a positive integer and typically ranges from 1 to 8." }, "date": { "type": "string", "description": "The specific date of the event, in the format 'YYYY-MM-DD'." }, "city": { "type": "string", "description": "The city where the event will take place, formatted as 'City, State' or 'City, Country' if the city does not locate in the United States, such as 'New York, NY' or 'London, UK'." } } } }, { "name": "Movies_3_FindMovies", "description": "Retrieve a list of movies based on specified criteria that match the user's preferences.", "parameters": { "type": "dict", "required": [], "properties": { "directed_by": { "type": "string", "description": "The first name or full name of the director of the movies to filter by. Use 'dontcare' if the director is not a filtering criterion.", "default": "dontcare" }, "genre": { "type": "string", "description": "The genre of the movies to filter by. Must be one of the values in 'enum'. Select 'dontcare' to include all genres.", "enum": [ "Offbeat", "Fantasy", "World", "Mystery", "Thriller", "Comedy", "Comedy-drama", "Horror", "Animation", "Sci-fi", "Cult", "Drama", "Anime", "Family", "Action", "dontcare" ], "default": "dontcare" }, "cast": { "type": "string", "description": "First and last names of lead actors or actresses in the movies to filter by. Use 'dontcare' if the cast is not a filtering criterion.", "default": "dontcare" } } } } ] ## 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