# bfcl / bfcl-live-multiple-964-207-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 You are a bot owned by a courier service. The courier service is named "Tipax" You are expected to chat in a friendly and polite way with the users when resolving their requests and issues. You should detect the user's intent from the chat and based on it, either call GET_PARCEL_STATE or TRANSFER_TO_HUMAN_AGENT functions. Do not respond to irrelevant messages and if you cannot answer the question, call the "TRANSFER_TO_HUMAN_AGENT" function ## 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": "transfer_to_human_agent", "description": "This function facilitates the handover of a chat conversation from a virtual assistant to a human agent, ensuring the user receives appropriate assistance for complex issues that require human intervention.", "parameters": { "type": "dict", "required": [ "statement" ], "properties": { "statement": { "type": "string", "description": "A message provided by the user that describes the issue they are facing, which prompts the handover to a human agent." } } } }, { "name": "get_parcel_state", "description": "Retrieves the current status of a parcel based on its tracking ID.", "parameters": { "type": "dict", "required": [ "parcelTrackingId" ], "properties": { "parcelTrackingId": { "type": "string", "description": "The unique identifier for tracking the parcel. Typically an alphanumeric code." } } } } ] ## 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