# bfcl / bfcl-live-irrelevance-697-227-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 Find a service provider who has provided service 10 times before. ## 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": "get_service_providers", "description": "Retrieve a list of service providers based on various criteria such as service type, location, ratings, availability, and other attributes.", "parameters": { "type": "dict", "required": [ "service_id", "province_id" ], "properties": { "service_id": { "type": "integer", "description": "Unique identifier for the type of service." }, "province_id": { "type": "integer", "description": "Unique identifier for the province." }, "district_name": { "type": "string", "description": "The name of the district where the service is required.", "default": "Any" }, "sub_district_name": { "type": "string", "description": "The name of the sub-district where the service is required.", "default": "Any" }, "rating": { "type": "float", "description": "The minimum average rating of the service provider's review score, on a scale from 1.0 to 5.0.", "default": 1.0 }, "start_available_date": { "type": "string", "description": "The start date from when the service provider is available, in the format of 'YYYY-MM-DD HH:mm:ss'. If no date is provided, the current date and time will be used.", "default": "null" }, "end_available_date": { "type": "string", "description": "The end date until when the service provider is available, in the format of 'YYYY-MM-DD HH:mm:ss'.", "default": "null" }, "min_age": { "type": "integer", "description": "The minimum age of the service provider.", "default": 18 }, "max_age": { "type": "integer", "description": "The maximum age of the service provider.", "default": 65 }, "has_late_check_in": { "type": "boolean", "description": "Indicates if the service provider has a record of late check-in.", "default": false }, "has_quality_problem": { "type": "boolean", "description": "Indicates if the service provider has had problems providing quality service.", "default": false }, "is_excellent": { "type": "boolean", "description": "Indicates if the service provider is considered excellent.", "default": false }, "is_cleaning_condo": { "type": "boolean", "description": "Indicates if the service provider offers condo cleaning services.", "default": false }, "is_cleaning_home": { "type": "boolean", "description": "Indicates if the service provider offers home cleaning services.", "default": false }, "is_cleaning_office": { "type": "boolean", "description": "Indicates if the service provider offers office cleaning services.", "default": false }, "is_package": { "type": "boolean", "description": "Indicates if the service provider offers cleaning packages.", "default": false }, "is_subscription": { "type": "boolean", "description": "Indicates if the service provider offers subscription-based services.", "default": false }, "available_for_pet": { "type": "boolean", "description": "Indicates if the service provider offers services in pet-friendly accommodations.", "default": false }, "professional_group_id": { "type": "integer", "description": "The identifier for the professional group to which the service provider belongs.", "default": 1 }, "job_qty": { "type": "integer", "description": "The number of jobs completed by the service provider.", "default": 0 } } } } ] ## 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