# bfcl / bfcl-live-multiple-23-5-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 Do you have any red shoes in size 8? ## 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": "search_products", "description": "Search for products based on various criteria such as color, size, category, price range, and brand, to find specific Stock Keeping Units (SKUs) or general Stock Production Units (SPUs).", "parameters": { "type": "dict", "required": [ "category" ], "properties": { "color": { "type": "string", "description": "The color of the product. This is an optional parameter that can be used to refine SKU searches.", "default": null }, "size": { "type": "string", "description": "The size of the product. This is an optional parameter that can be used to refine SKU searches.", "default": null }, "category": { "type": "string", "description": "The category of the product, such as 'electronics', 'clothing', 'shoes' or 'furniture'. This parameter is required for both SPU and SKU level searches." }, "price_min": { "type": "float", "description": "The minimum price of the product search. Enter a float value representing the lowest price in dollars.", "default": 0.0 }, "price_max": { "type": "float", "description": "The maximum price of the product search. Enter a float value representing the highest price in dollars.", "default": null }, "brand": { "type": "string", "description": "The brand of the product. This is an optional parameter for searching within a specific brand.", "default": null } } } }, { "name": "get_product_details", "description": "Retrieve detailed information about a specific product, including options for size, color, material, and care instructions.", "parameters": { "type": "dict", "required": [ "item_id" ], "properties": { "item_id": { "type": "string", "description": "The unique identifier of the product, required to fetch specific product details." }, "color": { "type": "string", "description": "The color of the product. Specify this parameter to filter product details by color.", "default": "any" }, "size": { "type": "string", "description": "The size of the product. Specify this parameter to filter product details by size.", "default": "any" }, "detailLevel": { "type": "string", "description": "The level of detail required for the product information. Use 'SKU' for size and color details.", "enum": [ "SKU", "Basic" ], "default": "Basic" }, "material": { "type": "string", "description": "The material of the product. This parameter is optional and can be used to filter product details.", "default": "all" }, "care_instructions": { "type": "boolean", "description": "Whether to include care instructions in the product details. If true, care instructions will be included.", "default": false } } } } ] ## 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