# bfcl / bfcl-live-multiple-293-130-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 have planned for a short trip to New York. I need a house to stay there and it should have 3.7 or higher rating along with laundry service in it. ## 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": "Hotels_2_BookHouse", "description": "Books a selected house for a specified duration and number of adults.", "parameters": { "type": "dict", "required": [ "where_to", "number_of_adults", "check_in_date", "check_out_date" ], "properties": { "where_to": { "type": "string", "description": "The location of the house to book, in the format of 'City, State', such as 'San Francisco, CA'." }, "number_of_adults": { "type": "integer", "description": "The number of adults to include in the reservation." }, "check_in_date": { "type": "string", "description": "The check-in date for the reservation in the format 'MM/DD/YYYY'." }, "check_out_date": { "type": "string", "description": "The check-out date for the reservation in the format 'MM/DD/YYYY'." } } } }, { "name": "Hotels_2_SearchHouse", "description": "Search for a house accommodation at a specific location, optionally filtering by laundry service availability, number of adults, and review rating.", "parameters": { "type": "dict", "required": [ "where_to" ], "properties": { "where_to": { "type": "string", "description": "The destination where the house is searched for, in the format of 'City, State', such as 'Austin, TX' or 'San Francisco, CA'. State has to be abbrieviated" }, "has_laundry_service": { "type": "string", "description": "Indicates if the house should have laundry service available.", "enum": [ "True", "False", "dontcare" ], "default": "dontcare" }, "number_of_adults": { "type": "integer", "description": "The number of adults for the reservation. Use 0 to indicate 'dontcare'.", "default": 0 }, "rating": { "type": "float", "description": "The minimum review rating of the house on a scale from 1.0 to 5.0, with 5.0 being the highest. Use 0 to indicate 'dontcare'.", "default": 0.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