# bfcl / bfcl-live-multiple-378-135-2 - 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 need help looking for a Family Therapist in Mountain View. ## 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": "Books an appointment with a specified therapist at a given 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 of the appointment in 24-hour format (HH:MM)." }, "appointment_date": { "type": "string", "description": "The date of the appointment in the format YYYY-MM-DD." } } } }, { "name": "Services_4_FindProvider", "description": "Discovers therapists based on the user's specified conditions and preferences within a given city.", "parameters": { "type": "dict", "required": [ "city", "type" ], "properties": { "city": { "type": "string", "description": "The city in which the user is searching for a therapist, in the format of 'City, State', such as 'Berkeley, CA' or 'New York, NY'. State names must be abbreviated with two letters." }, "type": { "type": "string", "description": "The specific type of therapist the user is looking for.", "enum": [ "Psychologist", "Family Counselor", "Psychiatrist" ] } } } } ] ## 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