# bfcl / bfcl-live-multiple-725-166-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 Can you search for a hair stylist in Lafayette in Louisiana for me, please? ## 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": "Services_1_BookAppointment", "description": "Book an appointment with a hair stylist or salon. The appointment time and date must be specified.", "parameters": { "type": "dict", "required": [ "stylist_name", "appointment_time", "appointment_date" ], "properties": { "stylist_name": { "type": "string", "description": "The full name of the hair stylist or the name of the salon." }, "appointment_time": { "type": "string", "description": "The time of the appointment in 24-hour format (HH:MM)." }, "appointment_date": { "type": "string", "description": "The date for the appointment in the format of 'YYYY-MM-DD'." } } } }, { "name": "Services_1_FindProvider", "description": "Search for a hair stylist in a specified city, with the option to filter by whether the salon is unisex.", "parameters": { "type": "dict", "required": [ "city" ], "properties": { "city": { "type": "string", "description": "The city where the salon is located, in the format of 'City, State' (e.g., 'New York, NY')." }, "is_unisex": { "type": "boolean", "description": "Flag indicating if the salon is unisex. True for unisex, False for gender-specific.", "default": false } } } }, { "name": "Weather_1_GetWeather", "description": "Retrieves the weather forecast for a specified city on a certain date.", "parameters": { "type": "dict", "required": [ "city" ], "properties": { "city": { "type": "string", "description": "The name of the city for which the weather is being requested, such as 'Los Angeles' or 'New York'." }, "date": { "type": "string", "description": "The date for which the weather forecast is desired, in the format 'YYYY-MM-DD'. If not provided, the default is 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