id stringlengths 24 34 | official_category stringclasses 4
values | task_type stringclasses 3
values | user_prompt stringlengths 557 3.76k | function listlengths 17 39 | ground_truth listlengths 2 34 | turn_index int64 0 6 |
|---|---|---|---|---|---|---|
multi_turn_base_20_turn_1 | multi_turn_base_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"alex": {"type": "directory", "contents": {"documents": {"type": "dir... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"diff": {
"file_name1": [
"file1.txt"
],
"file_name2": [
"file2.txt"
]
}
},
{
"touch": {
"file_name": [
"file5.txt"
]
}
},
{
"echo": {
"content": [
"- The quick brown fox jumps over the lazy dog.\n+ Lorem ipsum d... | 1 |
multi_turn_miss_func_27_turn_0 | multi_turn_miss_func_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"alex": {"type": "directory", "contents": {"workspace": {"type": "dir... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"cd": {
"folder": [
"workspace"
]
}
},
{
"mv": {
"source": [
"project_plan.md"
],
"destination": [
"project_overview.md"
]
}
}
] | 0 |
multi_turn_miss_func_170_turn_5 | multi_turn_miss_func_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"card123": {"card_number": "1234-5678-9876-5432", "expiry_date": ... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"authenticate_twitter": {
"username": [
"michael_smith"
],
"password": [
"michael1234"
]
}
},
{
"post_tweet": {
"content": [
"Exploring the world, one city at a time!"
],
"tags": [
[
"#Travel",
"#Adventur... | 5 |
multi_turn_base_152_turn_0 | multi_turn_base_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"144756014165": {"card_number": "9356074812347623", "cardholder_n... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"get_flight_cost": {
"travel_from": [
"SFO"
],
"travel_to": [
"ORD"
],
"travel_date": [
"2026-11-15"
],
"travel_class": [
"first"
]
}
},
{
"book_flight": {
"access_token": [
"secureAccessToken12345"
... | 0 |
multi_turn_miss_func_17_turn_3 | multi_turn_miss_func_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"workspace": {"type": "directory", "contents": {"project": {"type": "... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"add_contact": {
"user_name": [
"Kelly"
]
}
},
{
"send_message": {
"receiver_id": [
"USR005"
],
"message": [
"Kelly Total Score: 96"
]
}
},
{
"view_messages_sent": {}
}
] | 3 |
multi_turn_long_context_141_turn_2 | multi_turn_long_context_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"orders": {"12345": {"symbol": "AAPL", "price": 210.65, "num_shares": 10, "status": "... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"get_stock_info": {
"symbol": [
"GOOG"
]
}
},
{
"place_order": {
"order_type": [
"Buy"
],
"symbol": [
"GOOG"
],
"price": [
2840.34
],
"amount": [
100
]
}
}
] | 2 |
multi_turn_base_38_turn_0 | multi_turn_base_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"researcher": {"type": "directory", "contents": {"SuperResearch": {"t... | [
{
"name": "cat",
"description": "This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Display the contents of a file of ... | [
{
"cd": {
"folder": [
"SuperResearch"
]
}
},
{
"rm": {
"file_name": [
"findings_report"
]
}
},
{
"cd": {
"folder": [
".."
]
}
},
{
"rmdir": {
"dir_name": [
"SuperResearch"
]
}
}
] | 0 |
multi_turn_miss_func_15_turn_4 | multi_turn_miss_func_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"project": {"type": "directory", "contents": {}}}}, "MathAPI": {}}
P... | [
{
"name": "cat",
"description": "This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Display the contents of a file of ... | [
{
"wc": {
"file_name": [
"DataSet1.csv"
],
"mode": [
"l"
]
}
},
{
"wc": {
"file_name": [
"DataSet1.csv"
],
"mode": [
"w"
]
}
},
{
"wc": {
"file_name": [
"DataSet1.csv"
],
"mode": [
... | 4 |
multi_turn_long_context_95_turn_0 | multi_turn_long_context_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"remainingUnlockedDoors": 0, "fuelLevel": 15.5, "batteryVoltage": 12.8, "engin... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
"ignitionMode": [
"START"
]
}
}
] | 0 |
multi_turn_miss_param_47_turn_1 | multi_turn_miss_param_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"project_directory": {"type": "directory", "contents": {"student_reco... | [
{
"name": "cat",
"description": "This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Display the contents of a file of ... | [
{
"cat": {
"file_name": [
"student_record.txt"
]
}
},
{
"mean": {
"numbers": [
[
100,
95,
85,
90,
88,
92
]
]
}
}
] | 1 |
multi_turn_long_context_83_turn_1 | multi_turn_long_context_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 0.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStatu... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 1 |
multi_turn_miss_func_188_turn_0 | multi_turn_miss_func_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"primary": {"number": "4726351846298192", "expiry": "12/26", "cvv... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"list_all_airports": {}
},
{
"get_flight_cost": {
"travel_from": [
"RMS"
],
"travel_to": [
"SBK"
],
"travel_date": [
"2026-09-19"
],
"travel_class": [
"first"
]
}
}
] | 0 |
multi_turn_miss_func_172_turn_1 | multi_turn_miss_func_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {}, "booking_record": {}, "access_token": "485485239806", "token_t... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"register_credit_card": {
"access_token": [
"251675"
],
"card_number": [
"2345-6789-1234-5678"
],
"expiration_date": [
"08/2025"
],
"cardholder_name": [
"Maxwell Edison"
],
"card_verification_number": [
567
]
... | 1 |
multi_turn_miss_func_171_turn_1 | multi_turn_miss_func_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"card_8283": {"card_number": "5829301674328283", "card_type": "Vi... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"compute_exchange_rate": {
"base_currency": [
"RMB"
],
"target_currency": [
"USD"
],
"value": [
10000
]
}
},
{
"set_budget_limit": {
"access_token": [
"897362"
],
"budget_limit": [
1428.57
]
}
... | 1 |
multi_turn_base_21_turn_2 | multi_turn_base_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"workspace": {"type": "directory", "contents": {"ProjectOverview.txt"... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"authenticate_twitter": {
"username": [
"tech_guru"
],
"password": [
"securePass123"
]
}
},
{
"post_tweet": {
"content": [
"Initial summary of the project. To be discussed."
],
"tags": [
[
"#ProjectUpdate"
... | 2 |
multi_turn_miss_func_108_turn_2 | multi_turn_miss_func_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"orders": {"12345": {"symbol": "AAPL", "price": 210.65, "num_shares": 10, "status": "... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"get_stock_info": {
"symbol": [
"NVDA"
]
}
},
{
"place_order": {
"order_type": [
"Buy"
],
"symbol": [
"NVDA"
],
"price": [
220.34
],
"amount": [
50
]
}
}
] | 2 |
multi_turn_base_99_turn_0 | multi_turn_base_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"remainingUnlockedDoors": 0, "fuelLevel": 15.0, "batteryVoltage": 12.8, "engin... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"estimate_drive_feasibility_by_mileage": {
"distance": [
380
]
}
},
{
"fillFuelTank": {
"fuelAmount": [
35
]
}
}
] | 0 |
multi_turn_long_context_44_turn_0 | multi_turn_long_context_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"alex": {"type": "directory", "contents": {"documents": {"type": "dir... | [
{
"name": "cat",
"description": "This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Display the contents of a file of ... | [
{
"cd": {
"folder": [
"documents"
]
}
},
{
"echo": {
"content": [
"Q1: $5000, Q2: $7000, Q3: $6000, Q4: $8000"
],
"file_name": [
"annual_report.txt"
]
}
}
] | 0 |
multi_turn_miss_func_180_turn_2 | multi_turn_miss_func_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"main_card": {"card_number": "1234-5678-9876-5432", "expiry_date"... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"get_flight_cost": {
"travel_from": [
"LAX"
],
"travel_to": [
"JFK"
],
"travel_date": [
"2026-10-12"
],
"travel_class": [
"business"
]
}
},
{
"book_flight": {
"access_token": [
"abc123xyz"
],
... | 2 |
multi_turn_long_context_98_turn_0 | multi_turn_long_context_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 15.5, "batteryVoltage": 12.8, "engineState": "stopped", "doorStat... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"displayCarStatus": {
"option": [
"doors"
]
}
},
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
}
] | 0 |
multi_turn_miss_param_127_turn_3 | multi_turn_miss_param_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"orders": {"12345": {"symbol": "AAPL", "price": 210.65, "num_shares": 10, "status": "... | [
{
"name": "add_to_watchlist",
"description": "This tool belongs to the trading system, which allows users to trade stocks, manage their account, and view stock information. Tool description: Add a stock to the watchlist.",
"parameters": {
"type": "dict",
"properties": {
"stock": {
... | [
{
"get_stock_info": {
"symbol": [
"BDX"
]
}
},
{
"place_order": {
"order_type": [
"Buy"
],
"symbol": [
"BDX"
],
"price": [
250
],
"amount": [
150
]
}
}
] | 3 |
multi_turn_miss_param_152_turn_0 | multi_turn_miss_param_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"144756014165": {"card_number": "9356074812347623", "cardholder_n... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"get_flight_cost": {
"travel_from": [
"SFO"
],
"travel_to": [
"ORD"
],
"travel_date": [
"2026-11-15"
],
"travel_class": [
"first"
]
}
},
{
"book_flight": {
"access_token": [
"secureAccessToken12345"
... | 0 |
multi_turn_miss_func_155_turn_1 | multi_turn_miss_func_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"id15583": {"card_number": "4920-1539-8456-3890", "card_type": "M... | [
{
"name": "authenticate_travel",
"description": "This tool belongs to the travel system, which allows users to book flights, manage credit cards, and view budget information. Tool description: Authenticate the user with the travel API",
"parameters": {
"type": "dict",
"properties": {
... | [
{
"get_flight_cost": {
"travel_from": [
"LAX"
],
"travel_to": [
"JFK"
],
"travel_date": [
"2026-11-15"
],
"travel_class": [
"business"
]
}
},
{
"book_flight": {
"access_token": [
"abc123xyz"
],
... | 1 |
multi_turn_miss_param_143_turn_4 | multi_turn_miss_param_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"account_info": {"account_id": 12345, "balance": 10000.0, "binding_card": 19742021409... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"message_login": {
"user_id": [
"USR001"
]
}
},
{
"get_account_info": {}
},
{
"send_message": {
"receiver_id": [
"USR003"
],
"message": [
"My strategy is shifting due to recent market movements and the cancellation of a specific order. ... | 4 |
multi_turn_miss_func_174_turn_4 | multi_turn_miss_func_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"card_7243": {"card_number": "4751918394027243", "cardholder_name... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"authenticate_twitter": {
"username": [
"bookworm_traveler"
],
"password": [
"Tr@v3lB00ks2023"
]
}
},
{
"post_tweet": {
"content": [
"Off to Rome! Can't wait to explore the ancient wonders and dive into Italian cuisine!"
]
}
}
] | 4 |
multi_turn_miss_func_181_turn_5 | multi_turn_miss_func_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"card_3456": {"card_number": "1234-5678-9012-3456", "cardholder_n... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"ticket_login": {
"username": [
"cmartinez"
],
"password": [
"SecurePass123"
]
}
},
{
"create_ticket": {
"title": [
"Flight Cancellation Experience"
],
"description": [
"The abrupt cancellation caused significant inconvenien... | 5 |
multi_turn_miss_param_72_turn_1 | multi_turn_miss_param_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 10.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 1 |
multi_turn_miss_func_61_turn_0 | multi_turn_miss_func_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 42.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"get_zipcode_based_on_city": {
"city": [
"San Francisco"
]
}
},
{
"get_zipcode_based_on_city": {
"city": [
"Rivermist"
]
}
},
{
"estimate_distance": {
"cityA": [
"94016"
],
"cityB": [
"83214"
]
}
},
... | 0 |
multi_turn_miss_func_93_turn_2 | multi_turn_miss_func_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 10.5, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"fillFuelTank": {
"fuelAmount": [
39.5
]
}
},
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
... | 2 |
multi_turn_miss_func_135_turn_0 | multi_turn_miss_func_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"orders": {"12345": {"symbol": "AAPL", "price": 210.65, "num_shares": 10, "status": "... | [
{
"name": "add_to_watchlist",
"description": "This tool belongs to the trading system, which allows users to trade stocks, manage their account, and view stock information. Tool description: Add a stock to the watchlist.",
"parameters": {
"type": "dict",
"properties": {
"stock": {
... | [
{
"add_to_watchlist": {
"stock": [
"ZETA"
]
}
},
{
"get_watchlist": {}
}
] | 0 |
multi_turn_miss_param_165_turn_2 | multi_turn_miss_param_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"primary": {"card_number": "4111111111111111", "expiry_date": "12... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"set_budget_limit": {
"access_token": [
"abc123xyz"
],
"budget_limit": [
1000
]
}
},
{
"book_flight": {
"access_token": [
"abc123xyz"
],
"card_id": [
"primary"
],
"travel_date": [
"2026-12-15"
],
... | 2 |
multi_turn_base_85_turn_1 | multi_turn_base_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 10.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"fillFuelTank": {
"fuelAmount": [
40
]
}
},
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
... | 1 |
multi_turn_base_128_turn_1 | multi_turn_base_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"orders": {"12345": {"symbol": "AAPL", "price": 210.65, "num_shares": 10, "status": "... | [
{
"name": "add_to_watchlist",
"description": "This tool belongs to the trading system, which allows users to trade stocks, manage their account, and view stock information. Tool description: Add a stock to the watchlist.",
"parameters": {
"type": "dict",
"properties": {
"stock": {
... | [
{
"get_stock_info": {
"symbol": [
"MSFT"
]
}
},
{
"place_order": {
"order_type": [
"Buy"
],
"symbol": [
"MSFT"
],
"price": [
310.23
],
"amount": [
150
]
}
}
] | 1 |
multi_turn_miss_param_17_turn_3 | multi_turn_miss_param_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"workspace": {"type": "directory", "contents": {"project": {"type": "... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"add_contact": {
"user_name": [
"Kelly"
]
}
},
{
"send_message": {
"receiver_id": [
"USR005"
],
"message": [
"Kelly Total Score: 96"
]
}
},
{
"view_messages_sent": {}
}
] | 3 |
multi_turn_miss_param_128_turn_2 | multi_turn_miss_param_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"orders": {"12345": {"symbol": "AAPL", "price": 210.65, "num_shares": 10, "status": "... | [
{
"name": "add_to_watchlist",
"description": "This tool belongs to the trading system, which allows users to trade stocks, manage their account, and view stock information. Tool description: Add a stock to the watchlist.",
"parameters": {
"type": "dict",
"properties": {
"stock": {
... | [
{
"get_stock_info": {
"symbol": [
"MSFT"
]
}
},
{
"place_order": {
"order_type": [
"Buy"
],
"symbol": [
"MSFT"
],
"price": [
310.23
],
"amount": [
150
]
}
}
] | 2 |
multi_turn_miss_param_134_turn_2 | multi_turn_miss_param_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"account_info": {"account_id": 12345, "balance": 10000.0, "binding_card": 19742021409... | [
{
"name": "add_to_watchlist",
"description": "This tool belongs to the trading system, which allows users to trade stocks, manage their account, and view stock information. Tool description: Add a stock to the watchlist.",
"parameters": {
"type": "dict",
"properties": {
"stock": {
... | [
{
"get_order_details": {
"order_id": [
12446
]
}
},
{
"cancel_order": {
"order_id": [
12446
]
}
}
] | 2 |
multi_turn_base_81_turn_1 | multi_turn_base_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 2.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStatu... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 1 |
multi_turn_miss_func_174_turn_1 | multi_turn_miss_func_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"card_7243": {"card_number": "4751918394027243", "cardholder_name... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"get_flight_cost": {
"travel_from": [
"SFO"
],
"travel_to": [
"CIA"
],
"travel_date": [
"2026-10-10"
],
"travel_class": [
"business"
]
}
},
{
"compute_exchange_rate": {
"base_currency": [
"USD"
],
... | 1 |
multi_turn_base_74_turn_1 | multi_turn_base_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 10.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 1 |
multi_turn_base_171_turn_1 | multi_turn_base_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"card_8283": {"card_number": "5829301674328283", "card_type": "Vi... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"purchase_insurance": {
"access_token": [
"897362"
],
"insurance_type": [
"comprehensive"
],
"insurance_cost": [
250
],
"booking_id": [
"3426812"
],
"card_id": [
"card_8283"
]
}
},
{
"retrieve_invoi... | 1 |
multi_turn_long_context_113_turn_1 | multi_turn_long_context_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"orders": {"12345": {"symbol": "AAPL", "price": 210.65, "num_shares": 10, "status": "... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"get_watchlist": {}
},
{
"get_stock_info": {
"symbol": [
"NVDA"
]
}
},
{
"get_stock_info": {
"symbol": [
"QUAS"
]
}
}
] | 1 |
multi_turn_base_43_turn_3 | multi_turn_base_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"alex": {"type": "directory", "contents": {"Documents": {"type": "dir... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"message_login": {
"user_id": [
"USR001"
]
}
},
{
"send_message": {
"receiver_id": [
"USR002"
],
"message": [
"This is the annual report. It includes Q4 results and other financial data."
]
}
}
] | 3 |
multi_turn_long_context_89_turn_0 | multi_turn_long_context_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 10.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"get_zipcode_based_on_city": {
"city": [
"Rivermist"
]
}
},
{
"get_zipcode_based_on_city": {
"city": [
"Stonebrook"
]
}
},
{
"estimate_distance": {
"cityA": [
"83214"
],
"cityB": [
"74532"
]
}
}
] | 0 |
multi_turn_base_196_turn_1 | multi_turn_base_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"primary_8970": {"card_number": "4312-7634-9876-8970", "balance":... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"get_flight_cost": {
"travel_from": [
"LHR"
],
"travel_to": [
"CDG"
],
"travel_date": [
"2026-11-15"
],
"travel_class": [
"business"
]
}
},
{
"book_flight": {
"access_token": [
"abc123xyz"
],
... | 1 |
multi_turn_miss_param_74_turn_0 | multi_turn_miss_param_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 10.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"liter_to_gallon": {
"liter": [
38
]
}
},
{
"fillFuelTank": {
"fuelAmount": [
10.04
]
}
}
] | 0 |
multi_turn_miss_param_151_turn_3 | multi_turn_miss_param_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"144756014165": {"card_number": "4731612987456207", "cardholder_n... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"authenticate_twitter": {
"username": [
"john"
],
"password": [
"john1234"
]
}
},
{
"post_tweet": {
"content": [
"Just cancelled my trip to LA"
],
"tags": [
[
"#TravelUpdate",
"#BusinessTrip"
]
... | 3 |
multi_turn_miss_param_60_turn_0 | multi_turn_miss_param_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 10.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 0 |
multi_turn_miss_param_31_turn_0 | multi_turn_miss_param_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"workspace": {"type": "directory", "contents": {"summary.doc": {"type... | [
{
"name": "cat",
"description": "This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Display the contents of a file of ... | [
{
"mkdir": {
"dir_name": [
"Reports"
]
}
},
{
"mv": {
"source": [
"summary.doc"
],
"destination": [
"Reports"
]
}
},
{
"cat": {
"file_name": [
"data.txt"
]
}
},
{
"grep": {
"pattern": [
... | 0 |
multi_turn_long_context_17_turn_1 | multi_turn_long_context_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"workspace": {"type": "directory", "contents": {"project": {"type": "... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"cd": {
"folder": [
"project"
]
}
},
{
"cat": {
"file_name": [
"test_report.docx"
]
}
}
] | 1 |
multi_turn_miss_param_59_turn_2 | multi_turn_miss_param_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 10.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"displayCarStatus": {
"option": [
"fuel"
]
}
},
{
"gallon_to_liter": {
"gallon": [
10
]
}
}
] | 2 |
multi_turn_base_73_turn_1 | multi_turn_base_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 5.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStatu... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"activateParkingBrake": {
"mode": [
"engage"
]
}
},
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal... | 1 |
multi_turn_base_70_turn_1 | multi_turn_base_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 10.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"check_tire_pressure": {}
},
{
"find_nearest_tire_shop": {}
},
{
"set_navigation": {
"destination": [
"456 Oakwood Avenue, Rivermist, 83214"
]
}
}
] | 1 |
multi_turn_miss_param_113_turn_2 | multi_turn_miss_param_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"orders": {"12345": {"symbol": "AAPL", "price": 210.65, "num_shares": 10, "status": "... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"get_watchlist": {}
},
{
"get_stock_info": {
"symbol": [
"NVDA"
]
}
},
{
"get_stock_info": {
"symbol": [
"QUAS"
]
}
}
] | 2 |
multi_turn_base_156_turn_3 | multi_turn_base_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"travel_card_12345": {"card_number": "1234-5678-9012-3456", "expi... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"ticket_login": {
"username": [
"mthompson"
],
"password": [
"securePass123"
]
}
},
{
"create_ticket": {
"title": [
"Urgent Flight Issue"
],
"priority": [
4
]
}
}
] | 3 |
multi_turn_base_88_turn_2 | multi_turn_base_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 13.2, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
"ignitionMode": [
"START"
]
}
},
{
"post_tweet": {
"content": [
"Embarking on an exciting road trip from SF to Rivermist!"
],
"tags": [
[
... | 2 |
multi_turn_miss_param_30_turn_0 | multi_turn_miss_param_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"workspace": {"type": "directory", "contents": {"ProjectApollo": {"ty... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"cd": {
"folder": [
"project"
]
}
},
{
"cat": {
"file_name": [
"test_results.json"
]
}
}
] | 0 |
multi_turn_long_context_120_turn_0 | multi_turn_long_context_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"orders": {"12345": {"symbol": "AAPL", "price": 210.65, "num_shares": 10, "status": "... | [
{
"name": "add_to_watchlist",
"description": "This tool belongs to the trading system, which allows users to trade stocks, manage their account, and view stock information. Tool description: Add a stock to the watchlist.",
"parameters": {
"type": "dict",
"properties": {
"stock": {
... | [
{
"get_stock_info": {
"symbol": [
"AAPL"
]
}
},
{
"place_order": {
"order_type": [
"Buy"
],
"symbol": [
"AAPL"
],
"price": [
227.16
],
"amount": [
100
]
}
}
] | 0 |
multi_turn_base_20_turn_0 | multi_turn_base_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"alex": {"type": "directory", "contents": {"documents": {"type": "dir... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"cd": {
"folder": [
"documents"
]
}
},
{
"tail": {
"file_name": [
"file1.txt"
],
"lines": [
1
]
}
}
] | 0 |
multi_turn_long_context_167_turn_1 | multi_turn_long_context_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"card_0064": {"card_number": "8293-1765-9823-0064", "cardholder_n... | [
{
"name": "authenticate_travel",
"description": "This tool belongs to the travel system, which allows users to book flights, manage credit cards, and view budget information. Tool description: Authenticate the user with the travel API",
"parameters": {
"type": "dict",
"properties": {
... | [
{
"compute_exchange_rate": {
"base_currency": [
"RMB"
],
"target_currency": [
"USD"
],
"value": [
20000
]
}
},
{
"set_budget_limit": {
"access_token": [
"abc123xyz456"
],
"budget_limit": [
2857.14
]
... | 1 |
multi_turn_long_context_196_turn_0 | multi_turn_long_context_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"primary_8970": {"card_number": "4312-7634-9876-8970", "balance":... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"compute_exchange_rate": {
"base_currency": [
"RMB"
],
"target_currency": [
"USD"
],
"value": [
50000
]
}
},
{
"set_budget_limit": {
"access_token": [
"abc123xyz"
],
"budget_limit": [
7142.86
]
... | 0 |
multi_turn_long_context_169_turn_0 | multi_turn_long_context_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"card_6789": {"card_number": "5479 8692 4312 6789", "cardholder_n... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"book_flight": {
"access_token": [
"2278-9812-3456-4567"
],
"card_id": [
"card_6789"
],
"travel_date": [
"2026-11-10"
],
"travel_from": [
"RMS"
],
"travel_to": [
"LAX"
],
"travel_class": [
"busine... | 0 |
multi_turn_base_64_turn_1 | multi_turn_base_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 15.5, "batteryVoltage": 12.8, "engineState": "stopped", "doorStat... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"check_tire_pressure": {}
},
{
"find_nearest_tire_shop": {}
}
] | 1 |
multi_turn_miss_func_189_turn_1 | multi_turn_miss_func_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"card_5678": {"card_number": "4321-5678-9876-5678", "balance": 50... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"get_flight_cost": {
"travel_from": [
"JFK"
],
"travel_to": [
"HND"
],
"travel_date": [
"2026-12-24"
],
"travel_class": [
"first"
]
}
},
{
"book_flight": {
"access_token": [
"abc123xyz"
],
"ca... | 1 |
multi_turn_long_context_176_turn_1 | multi_turn_long_context_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"id_1234": {"card_number": "4587123498761234", "cardholder_name":... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"cancel_booking": {
"access_token": [
"ABCD1234"
],
"booking_id": [
"3426812"
]
}
},
{
"create_ticket": {
"priority": [
5
],
"title": [
"Urgent Flight Cancellation"
],
"description": [
"Due to unexpected ... | 1 |
multi_turn_long_context_99_turn_0 | multi_turn_long_context_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"remainingUnlockedDoors": 0, "fuelLevel": 15.0, "batteryVoltage": 12.8, "engin... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"estimate_drive_feasibility_by_mileage": {
"distance": [
380
]
}
},
{
"fillFuelTank": {
"fuelAmount": [
35
]
}
}
] | 0 |
multi_turn_base_52_turn_0 | multi_turn_base_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 15.5, "batteryVoltage": 12.8, "engineState": "stopped", "doorStat... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
"ignitionMode": [
"START"
]
}
}
] | 0 |
multi_turn_miss_func_126_turn_1 | multi_turn_miss_func_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"orders": {"order_type": "Buy"}, "account_info": {"account_id": 98765, "balance": 150... | [
{
"name": "add_to_watchlist",
"description": "This tool belongs to the trading system, which allows users to trade stocks, manage their account, and view stock information. Tool description: Add a stock to the watchlist.",
"parameters": {
"type": "dict",
"properties": {
"stock": {
... | [
{
"get_stock_info": {
"symbol": [
"XYZ"
]
}
},
{
"place_order": {
"order_type": [
"Buy"
],
"symbol": [
"XYZ"
],
"price": [
150
],
"amount": [
100
]
}
}
] | 1 |
multi_turn_base_132_turn_0 | multi_turn_base_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"account_info": {"account_id": 12345, "balance": 10000.0, "binding_card": 19742021409... | [
{
"name": "add_to_watchlist",
"description": "This tool belongs to the trading system, which allows users to trade stocks, manage their account, and view stock information. Tool description: Add a stock to the watchlist.",
"parameters": {
"type": "dict",
"properties": {
"stock": {
... | [
{
"get_stock_info": {
"symbol": [
"SYNX"
]
}
},
{
"add_to_watchlist": {
"stock": [
"SYNX"
]
}
}
] | 0 |
multi_turn_long_context_21_turn_2 | multi_turn_long_context_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"workspace": {"type": "directory", "contents": {"ProjectOverview.txt"... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"authenticate_twitter": {
"username": [
"tech_guru"
],
"password": [
"securePass123"
]
}
},
{
"post_tweet": {
"content": [
"Initial summary of the project. To be discussed."
],
"tags": [
[
"#ProjectUpdate"
... | 2 |
multi_turn_miss_func_180_turn_6 | multi_turn_miss_func_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"main_card": {"card_number": "1234-5678-9876-5432", "expiry_date"... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"ticket_login": {
"username": [
"mzhang"
],
"password": [
"SecurePass123"
]
}
},
{
"create_ticket": {
"priority": [
3
],
"title": [
"Invoice Discrepancy"
],
"description": [
"Problem encountered with invo... | 6 |
multi_turn_base_48_turn_0 | multi_turn_base_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"workspace": {"type": "directory", "contents": {"assignment.docx": {"... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"ls": {
"a": [
true
]
}
},
{
"cd": {
"folder": [
"test"
]
}
}
] | 0 |
multi_turn_long_context_180_turn_5 | multi_turn_long_context_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"main_card": {"card_number": "1234-5678-9876-5432", "expiry_date"... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"ticket_login": {
"username": [
"mzhang"
],
"password": [
"SecurePass123"
]
}
},
{
"create_ticket": {
"priority": [
3
],
"title": [
"Invoice Discrepancy"
],
"description": [
"Problem encountered with invo... | 5 |
multi_turn_base_186_turn_5 | multi_turn_base_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"card_4526": {"card_number": "6349158723094526", "cardholder_name... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"authenticate_twitter": {
"username": [
"john"
],
"password": [
"john1234"
]
}
},
{
"post_tweet": {
"content": [
"Postponing my plans."
],
"tags": [
[
"#Travel",
"#PlansChanged"
]
],
"... | 5 |
multi_turn_long_context_132_turn_0 | multi_turn_long_context_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"account_info": {"account_id": 12345, "balance": 10000.0, "binding_card": 19742021409... | [
{
"name": "add_to_watchlist",
"description": "This tool belongs to the trading system, which allows users to trade stocks, manage their account, and view stock information. Tool description: Add a stock to the watchlist.",
"parameters": {
"type": "dict",
"properties": {
"stock": {
... | [
{
"get_stock_info": {
"symbol": [
"SYNX"
]
}
},
{
"add_to_watchlist": {
"stock": [
"SYNX"
]
}
}
] | 0 |
multi_turn_miss_param_134_turn_1 | multi_turn_miss_param_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"account_info": {"account_id": 12345, "balance": 10000.0, "binding_card": 19742021409... | [
{
"name": "add_to_watchlist",
"description": "This tool belongs to the trading system, which allows users to trade stocks, manage their account, and view stock information. Tool description: Add a stock to the watchlist.",
"parameters": {
"type": "dict",
"properties": {
"stock": {
... | [
{
"get_stock_info": {
"symbol": [
"QUAS"
]
}
},
{
"add_to_watchlist": {
"stock": [
"QUAS"
]
}
}
] | 1 |
multi_turn_miss_param_7_turn_0 | multi_turn_miss_param_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"workspace": {"type": "directory", "contents": {"academic_venture": {... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"cd": {
"folder": [
"academic_venture"
]
}
},
{
"mkdir": {
"dir_name": [
"academic_hub"
]
}
}
] | 0 |
multi_turn_long_context_86_turn_1 | multi_turn_long_context_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 15.5, "batteryVoltage": 12.8, "engineState": "stopped", "doorStat... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"find_nearest_tire_shop": {}
},
{
"set_navigation": {
"destination": [
"456 Oakwood Avenue, Rivermist, 83214"
]
}
}
] | 1 |
multi_turn_miss_func_98_turn_0 | multi_turn_miss_func_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 15.5, "batteryVoltage": 12.8, "engineState": "stopped", "doorStat... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"displayCarStatus": {
"option": [
"doors"
]
}
},
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
}
] | 0 |
multi_turn_long_context_27_turn_1 | multi_turn_long_context_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"alex": {"type": "directory", "contents": {"workspace": {"type": "dir... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"ticket_login": {
"username": [
"tech_guru"
],
"password": [
"securePass123"
]
}
},
{
"create_ticket": {
"title": [
"emergency"
],
"description": [
"Initial project plan details."
],
"priority": [
3
... | 1 |
multi_turn_long_context_188_turn_0 | multi_turn_long_context_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"primary": {"number": "4726351846298192", "expiry": "12/26", "cvv... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"list_all_airports": {}
},
{
"get_flight_cost": {
"travel_from": [
"RMS"
],
"travel_to": [
"SBK"
],
"travel_date": [
"2026-09-19"
],
"travel_class": [
"first"
]
}
}
] | 0 |
multi_turn_base_165_turn_2 | multi_turn_base_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"primary": {"card_number": "4111111111111111", "expiry_date": "12... | [
{
"name": "close_ticket",
"description": "This tool belongs to the ticketing system that is part of a company, which allows users to create, view, and manage support business tickets. Tool description: Close a ticket.",
"parameters": {
"type": "dict",
"properties": {
"ticket_id": {
... | [
{
"set_budget_limit": {
"access_token": [
"abc123xyz"
],
"budget_limit": [
1000
]
}
},
{
"book_flight": {
"access_token": [
"abc123xyz"
],
"card_id": [
"primary"
],
"travel_date": [
"2026-12-15"
],
... | 2 |
multi_turn_miss_func_5_turn_3 | multi_turn_miss_func_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"data": {"type": "directory", "contents": {"project": {"type": "direc... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"authenticate_twitter": {
"username": [
"dr_smith"
],
"password": [
"securePass123"
]
}
},
{
"post_tweet": {
"content": [
"Managed to archive important data files!"
],
"tags": [
[
"#DataManagement",
"#Eff... | 3 |
multi_turn_miss_func_31_turn_1 | multi_turn_miss_func_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"workspace": {"type": "directory", "contents": {"summary.doc": {"type... | [
{
"name": "cat",
"description": "This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Display the contents of a file of ... | [
{
"mkdir": {
"dir_name": [
"Reports"
]
}
},
{
"mv": {
"source": [
"summary.doc"
],
"destination": [
"Reports"
]
}
},
{
"cat": {
"file_name": [
"data.txt"
]
}
},
{
"grep": {
"pattern": [
... | 1 |
multi_turn_base_71_turn_3 | multi_turn_base_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 5.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStatu... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 3 |
multi_turn_miss_param_58_turn_3 | multi_turn_miss_param_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 0.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStatu... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 3 |
multi_turn_long_context_82_turn_0 | multi_turn_long_context_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 15.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"check_tire_pressure": {}
},
{
"find_nearest_tire_shop": {}
},
{
"set_navigation": {
"destination": [
"456 Oakwood Avenue, Rivermist, 83214"
]
}
}
] | 0 |
multi_turn_base_56_turn_2 | multi_turn_base_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 10.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 2 |
multi_turn_long_context_123_turn_0 | multi_turn_long_context_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TradingBot": {"orders": {"12345": {"symbol": "AAPL", "price": 210.65, "num_shares": 10, "status": "... | [
{
"name": "add_to_watchlist",
"description": "This tool belongs to the trading system, which allows users to trade stocks, manage their account, and view stock information. Tool description: Add a stock to the watchlist.",
"parameters": {
"type": "dict",
"properties": {
"stock": {
... | [
{
"get_account_info": {}
},
{
"get_stock_info": {
"symbol": [
"TSLA"
]
}
},
{
"place_order": {
"order_type": [
"Buy"
],
"symbol": [
"TSLA"
],
"price": [
667.92
],
"amount": [
150
]
}
}
] | 0 |
multi_turn_miss_param_96_turn_0 | multi_turn_miss_param_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 15.0, "batteryVoltage": 13.2, "engineState": "stopped", "doorStat... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 0 |
multi_turn_miss_param_54_turn_1 | multi_turn_miss_param_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 20.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"liter_to_gallon": {
"liter": [
20
]
}
},
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
... | 1 |
multi_turn_miss_func_37_turn_3 | multi_turn_miss_func_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"temp": {"type": "directory", "contents": {"dev_summary.txt": {"type"... | [
{
"name": "cat",
"description": "This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Display the contents of a file of ... | [
{
"touch": {
"file_name": [
"1.txt"
]
}
},
{
"echo": {
"content": [
"However, a server error was detected in the final testing phase."
],
"file_name": [
"1.txt"
]
}
}
] | 3 |
multi_turn_miss_func_59_turn_0 | multi_turn_miss_func_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 10.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"get_zipcode_based_on_city": {
"city": [
"San Francisco"
]
}
},
{
"get_zipcode_based_on_city": {
"city": [
"Rivermist"
]
}
},
{
"estimate_distance": {
"cityA": [
"94016"
],
"cityB": [
"83214"
]
}
}
] | 0 |
multi_turn_miss_func_84_turn_1 | multi_turn_miss_func_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 5.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStatu... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"fillFuelTank": {
"fuelAmount": [
30
]
}
},
{
"activateParkingBrake": {
"mode": [
"engage"
]
}
},
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left"... | 1 |
multi_turn_long_context_175_turn_1 | multi_turn_long_context_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"card_3487": {"card_number": "0789 1234 5678 3487", "cardholder_n... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"authenticate_twitter": {
"username": [
"john"
],
"password": [
"john1234"
]
}
},
{
"post_tweet": {
"content": [
"Loved my flight journey!"
],
"tags": [
[
"#TravelDiaries"
]
]
}
},
{
"retw... | 1 |
multi_turn_base_26_turn_2 | multi_turn_base_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"alex": {"type": "directory", "contents": {"tmp": {"type": "directory... | [
{
"name": "cat",
"description": "This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Display the contents of a file of ... | [
{
"touch": {
"file_name": [
"file3.docx"
]
}
},
{
"echo": {
"content": [
"Nothing important here. Yet another line."
],
"file_name": [
"file3.docx"
]
}
}
] | 2 |
multi_turn_base_43_turn_2 | multi_turn_base_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"alex": {"type": "directory", "contents": {"Documents": {"type": "dir... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"cd": {
"folder": [
"Documents"
]
}
},
{
"cat": {
"file_name": [
"annual_report.txt"
]
}
}
] | 2 |
multi_turn_miss_param_92_turn_4 | multi_turn_miss_param_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 10.5, "batteryVoltage": 12.6, "engineState": "stopped", "doorStat... | [
{
"name": "activateParkingBrake",
"description": "This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Activates the parking brake of the vehicle.",
"parameters": {
"typ... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 4 |
multi_turn_miss_func_183_turn_6 | multi_turn_miss_func_step | travel/local_services/logistics | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"TravelAPI": {"credit_card_list": {"card_2023": {"card_number": "**** **** **** 2023", "expiry_date"... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"authenticate_twitter": {
"username": [
"john"
],
"password": [
"john1234"
]
}
},
{
"post_tweet": {
"content": [
"Just booked a flight to LA!"
],
"tags": [
[
"#TravelSuccess",
"#RivermistJourney"
... | 6 |
multi_turn_long_context_18_turn_2 | multi_turn_long_context_step | media/content | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"GorillaFileSystem": {"root": {"Quarter1_Reports": {"type": "directory", "contents": {"report1.txt":... | [
{
"name": "authenticate_twitter",
"description": "This tool belongs to the TwitterAPI, which provides core functionality for posting tweets, retweeting, commenting, and following users on Twitter. Tool description: Authenticate a user with username and password.",
"parameters": {
"type": "dict",
... | [
{
"diff": {
"file_name1": [
"History101.txt"
],
"file_name2": [
"History202.txt"
]
}
},
{
"post_tweet": {
"content": [
"- Introduction to History. Ancient civilizations.The company's financials for the year reflect a period of steady growth and c... | 2 |
multi_turn_long_context_51_turn_2 | multi_turn_long_context_step | math/data_processing | This is one step from a BFCL multi-turn trajectory, converted into a single-turn function-calling task.
Use the context below only to decide the tool calls needed for the CURRENT user turn.
Initial environment state:
{"VehicleControlAPI": {"fuelLevel": 15.5, "batteryVoltage": 12.8, "engineState": "stopped", "doorStat... | [
{
"name": "add_contact",
"description": "This tool belongs to the Message API, which is used to manage user interactions in a workspace. Tool description: Add a contact to the workspace.",
"parameters": {
"type": "dict",
"properties": {
"user_name": {
"type": "string",
... | [
{
"check_tire_pressure": {}
},
{
"find_nearest_tire_shop": {}
}
] | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.