# bfcl / bfcl-live-multiple-400-139-4 - 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 theater event happening next Monday 2023.10.2 in Chicago, IL? I'm interested in a play or a similar cultural activity. ## 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": "Events_3_FindEvents", "description": "Find cultural events, such as concerts and plays, happening in a specified city on a given date.", "parameters": { "type": "dict", "required": [ "event_type", "city" ], "properties": { "event_type": { "type": "string", "description": "The type of cultural event to find. Events include concerts and plays.", "enum": [ "Music", "Theater" ] }, "city": { "type": "string", "description": "The city where the event is taking place, in the format 'City, State' or 'City, Country' (e.g., 'New York, NY' or 'London, UK'). State names should be abbreviated (e.g., 'CA' for California)." }, "date": { "type": "string", "description": "The date of the event. Use the format 'YYYY-MM-DD'. If not specified, the current date is used.", "default": null } } } }, { "name": "Events_3_BuyEventTickets", "description": "Purchase tickets for a specific cultural event on a chosen date in a specified city.", "parameters": { "type": "dict", "required": [ "event_name", "number_of_tickets", "date", "city" ], "properties": { "event_name": { "type": "string", "description": "The official title of the event, such as an artist's name or a play title." }, "number_of_tickets": { "type": "integer", "description": "The quantity of tickets to be reserved, must be an integer from 1 to 9.", "enum": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ] }, "date": { "type": "string", "description": "The date of the event, formatted as 'YYYY-MM-DD'." }, "city": { "type": "string", "description": "The name of the city where the event will take place, formatted as 'City, State' (e.g., 'New York, NY')." } } } }, { "name": "RideSharing_2_GetRide", "description": "Book a cab ride to the specified destination with a choice of the number of seats and ride type.", "parameters": { "type": "dict", "required": [ "destination", "number_of_seats", "ride_type" ], "properties": { "destination": { "type": "string", "description": "The exact address or location for the cab to arrive at, in the format 'Street, City, State, Zip'. For example, '123 Main St, Springfield, IL, 62701'." }, "number_of_seats": { "type": "integer", "description": "The total number of seats to reserve in the cab.", "enum": [ 1, 2, 3, 4 ] }, "ride_type": { "type": "string", "description": "The category of cab service to book.", "enum": [ "Pool", "Regular", "Luxury" ] } } } } ] ## 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