# bfcl / bfcl-live-multiple-779-173-1 - 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 looking for a psychologist in San Jose. ## 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_4_BookAppointment", "description": "Schedule an appointment with a specified therapist on a particular date and time.", "parameters": { "type": "dict", "required": [ "therapist_name", "appointment_time", "appointment_date" ], "properties": { "therapist_name": { "type": "string", "description": "The full name of the therapist with whom the appointment is to be booked." }, "appointment_time": { "type": "string", "description": "The time at which the appointment is scheduled, in 24-hour format (e.g., '14:00')." }, "appointment_date": { "type": "string", "description": "The date on which the appointment is scheduled, in the format 'YYYY-MM-DD' (e.g., '2023-04-15')." } } } }, { "name": "Services_4_FindProvider", "description": "Find a suitable therapist in a specified city according to user's requirements.", "parameters": { "type": "dict", "required": [ "city", "type" ], "properties": { "city": { "type": "string", "description": "The city where the user is searching for a therapist, in the format of 'City, State', such as 'Berkeley, CA' or 'New York, NY'." }, "type": { "type": "string", "description": "The specialization of the therapist the user is looking for.", "enum": [ "Psychologist", "Family Counselor", "Psychiatrist" ] } } } }, { "name": "Weather_1_GetWeather", "description": "Retrieve the weather forecast for a specified city on a particular date.", "parameters": { "type": "dict", "required": [ "city" ], "properties": { "city": { "type": "string", "description": "The name of the city for which the weather forecast is requested, such as 'New York, NY' or 'Los Angeles, CA'." }, "date": { "type": "string", "description": "The date for which the weather forecast is requested, in the format 'YYYY-MM-DD'. If not provided, the default value represents the current date.", "default": "today" } } } } ] ## 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