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_151_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": "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",
... | [
{
"get_flight_cost": {
"travel_from": [
"SFO"
],
"travel_to": [
"LAX"
],
"travel_date": [
"2026-11-10"
],
"travel_class": [
"business"
]
}
},
{
"compute_exchange_rate": {
"base_currency": [
"USD"
],
... | 0 |
multi_turn_miss_func_87_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:
{"VehicleControlAPI": {"fuelLevel": 30.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": {}
}
] | 4 |
multi_turn_base_82_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": 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... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 2 |
multi_turn_miss_func_64_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": 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... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 1 |
multi_turn_miss_param_56_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:
{"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"
]
}
}
] | 1 |
multi_turn_base_133_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": {"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": [
"AAPL"
]
}
},
{
"get_watchlist": {}
}
] | 0 |
multi_turn_base_15_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:
{"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": [
... | 3 |
multi_turn_long_context_88_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:
{"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",
... | [
{
"fillFuelTank": {
"fuelAmount": [
36.8
]
}
},
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"activateParkingBrake"... | 1 |
multi_turn_miss_func_6_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": {"gorilla": {"type": "directory", "contents": {"communal": {"type": "d... | [
{
"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": [
"communal"
]
}
},
{
"touch": {
"file_name": [
"Annual_Report_2023.docx"
]
}
}
] | 1 |
multi_turn_base_55_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": {"fuelLevel": 7.5, "batteryVoltage": 12.6, "engineState": "stopped", "doorStatu... | [
{
"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": {
... | [
{
"displayCarStatus": {
"option": [
"fuel"
]
}
},
{
"fillFuelTank": {
"fuelAmount": [
15
]
}
},
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
... | 0 |
multi_turn_miss_func_178_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": {"12345": {"card_number": "123456", "expiration_date": "12/2028", ... | [
{
"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": [
"msmith"
],
"password": [
"SecurePass123"
]
}
},
{
"create_ticket": {
"priority": [
4
],
"title": [
"Unsatisfactory Customer Support"
],
"description": [
""
]
}
... | 4 |
multi_turn_long_context_175_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_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",
... | [
{
"get_flight_cost": {
"travel_from": [
"SFO"
],
"travel_to": [
"LAX"
],
"travel_date": [
"2026-11-25"
],
"travel_class": [
"business"
]
}
},
{
"book_flight": {
"access_token": [
"1293"
],
"card... | 0 |
multi_turn_miss_func_133_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": {"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": [
"AAPL"
]
}
},
{
"get_watchlist": {}
}
] | 1 |
multi_turn_long_context_186_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": {"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_miss_func_35_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": {"alex": {"type": "directory", "contents": {"projects": {"type": "dire... | [
{
"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 ... | [
{
"diff": {
"file_name1": [
"config.py"
],
"file_name2": [
"real_config.py"
]
}
},
{
"touch": {
"file_name": [
"diff.txt"
]
}
},
{
"echo": {
"content": [
"- Initialization of the system Error in module Setup comple... | 3 |
multi_turn_miss_param_174_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": {"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!"
]
}
}
] | 3 |
multi_turn_miss_param_180_turn_6 | 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": {"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_miss_func_34_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:
{"GorillaFileSystem": {"root": {"workspace": {"type": "directory", "contents": {"notes": {"type": "di... | [
{
"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": [
"finance_report.txt"
]
}
},
{
"mean": {
"numbers": [
[
5000,
3000,
2000
]
]
}
},
{
"touch": {
"file_name": [
"statistics.txt"
]
}
},
{
"echo": {
"... | 2 |
multi_turn_long_context_31_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": {"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_miss_param_186_turn_6 | 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": {"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"
]
],
"... | 6 |
multi_turn_miss_param_32_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": {"type": "directory", "contents": {"Spring2023Draft": {"ty... | [
{
"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": [
"Spring2023Draft"
]
}
},
{
"wc": {
"file_name": [
"Spring2023Draft"
],
"mode": [
"c"
]
}
}
] | 1 |
multi_turn_miss_func_163_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": {"AMEX123456789": {"card_type": "American Express", "card_number":... | [
{
"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": [
"SFO"
],
"travel_to": [
"LAX"
],
"travel_date": [
"2026-11-16"
],
"travel_class": [
"business"
]
}
},
{
"book_flight": {
"access_token": [
"abc123xyz"
],
... | 1 |
multi_turn_miss_param_156_turn_4 | 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": {"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
]
}
}
] | 4 |
multi_turn_base_66_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_base_35_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": {"projects": {"type": "dire... | [
{
"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 ... | [
{
"diff": {
"file_name1": [
"config.py"
],
"file_name2": [
"real_config.py"
]
}
},
{
"touch": {
"file_name": [
"diff.txt"
]
}
},
{
"echo": {
"content": [
"- Initialization of the system Error in module Setup comple... | 2 |
multi_turn_long_context_189_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_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",
... | [
{
"authenticate_twitter": {
"username": [
"john"
],
"password": [
"john1234"
]
}
},
{
"post_tweet": {
"content": [
"Flexibility is key! Plans changed, but the adventure continues."
],
"tags": [
[
"#TravelBlog"
... | 1 |
multi_turn_miss_param_40_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:
{"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": [
"The report has been finalized."
]
}
}
] | 4 |
multi_turn_long_context_32_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": {"project": {"type": "directory", "contents": {"Spring2023Draft": {"ty... | [
{
"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": [
"Spring2023Draft"
]
}
},
{
"wc": {
"file_name": [
"Spring2023Draft"
],
"mode": [
"c"
]
}
}
] | 0 |
multi_turn_long_context_97_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": {"fuelLevel": 5.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStatu... | [
{
"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": [
"Rivermist"
]
}
},
{
"get_zipcode_based_on_city": {
"city": [
"Stonebrook"
]
}
},
{
"estimate_distance": {
"cityA": [
"83214"
],
"cityB": [
"74532"
]
}
}
] | 0 |
multi_turn_long_context_68_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:
{"VehicleControlAPI": {"fuelLevel": 15.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",
... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 1 |
multi_turn_base_192_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": {"1432": {"card_number": "8456783210981432", "card_type": "Visa", ... | [
{
"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_nearest_airport_by_city": {
"location": [
"Rivermist"
]
}
},
{
"get_nearest_airport_by_city": {
"location": [
"Stonebrook"
]
}
}
] | 0 |
multi_turn_long_context_178_turn_3 | 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": {"12345": {"card_number": "123456", "expiration_date": "12/2028", ... | [
{
"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": [
"msmith"
],
"password": [
"SecurePass123"
]
}
},
{
"create_ticket": {
"priority": [
4
],
"title": [
"Unsatisfactory Customer Support"
],
"description": [
""
]
}
... | 3 |
multi_turn_miss_func_68_turn_2 | 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:
{"VehicleControlAPI": {"fuelLevel": 15.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",
... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 2 |
multi_turn_miss_func_175_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": {"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... | 2 |
multi_turn_miss_func_45_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:
{"GorillaFileSystem": {"root": {"shared_workspace": {"type": "directory", "contents": {"ResearchDocs"... | [
{
"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": [
"ResearchDocs"
]
}
},
{
"cp": {
"source": [
"summary_draft.docx"
],
"destination": [
"ultimate_draft.docx"
]
}
}
] | 2 |
multi_turn_miss_param_135_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": {"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": {}
}
] | 1 |
multi_turn_miss_func_0_turn_4 | 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": {"document": {"type": ... | [
{
"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": [
".."
]
}
},
{
"mv": {
"source": [
"previous_report.pdf"
],
"destination": [
"temp"
]
}
},
{
"cd": {
"folder": [
"temp"
]
}
},
{
"diff": {
"file_name1": [
"final... | 4 |
multi_turn_miss_param_72_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:
{"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",
... | [
{
"message_login": {
"user_id": [
"USR005"
]
}
},
{
"send_message": {
"receiver_id": [
"USR007"
],
"message": [
"Road trip itinerary update."
]
}
}
] | 4 |
multi_turn_base_110_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:
{"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
]
}
}
] | 1 |
multi_turn_miss_func_10_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": {"alex": {"type": "directory", "contents": {"workspace": {"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 ... | [
{
"mv": {
"source": [
"proposal.docx"
],
"destination": [
"Projects"
]
}
},
{
"cd": {
"folder": [
"Projects"
]
}
},
{
"mv": {
"source": [
"proposal.docx"
],
"destination": [
"final_proposal_2024... | 1 |
multi_turn_miss_func_66_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:
{"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": {
... | 3 |
multi_turn_long_context_69_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": {"fuelLevel": 10.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",
... | [
{
"get_zipcode_based_on_city": {
"city": [
"San Francisco"
]
}
},
{
"get_zipcode_based_on_city": {
"city": [
"Rivermist"
]
}
},
{
"estimate_distance": {
"cityA": [
"94016"
],
"cityB": [
"83214"
]
}
},
... | 0 |
multi_turn_base_72_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:
{"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_param_6_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": {"gorilla": {"type": "directory", "contents": {"communal": {"type": "d... | [
{
"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": [
"communal"
]
}
},
{
"touch": {
"file_name": [
"Annual_Report_2023.docx"
]
}
}
] | 0 |
multi_turn_long_context_79_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": 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... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 1 |
multi_turn_base_0_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": {"workspace": {"type": "directory", "contents": {"document": {"type": ... | [
{
"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": [
"document"
]
}
},
{
"mkdir": {
"dir_name": [
"temp"
]
}
},
{
"mv": {
"source": [
"final_report.pdf"
],
"destination": [
"temp"
]
}
}
] | 0 |
multi_turn_miss_param_53_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": 30.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",
... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 1 |
multi_turn_miss_param_81_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:
{"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_71_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:
{"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": {
... | 4 |
multi_turn_miss_func_85_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": [
"83214"
],
"cityB": [
"94016"
]
}
},
... | 0 |
multi_turn_miss_param_36_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": {"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"
]
}
},
{
"touch": {
"file_name": [
"project_summary.txt"
]
}
}
] | 0 |
multi_turn_base_163_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": {"AMEX123456789": {"card_type": "American Express", "card_number":... | [
{
"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": [
"SFO"
],
"travel_to": [
"LAX"
],
"travel_date": [
"2026-11-16"
],
"travel_class": [
"business"
]
}
},
{
"book_flight": {
"access_token": [
"abc123xyz"
],
... | 0 |
multi_turn_base_5_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": {"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... | 2 |
multi_turn_miss_func_70_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": 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
]
}
},
{
"activateParkingBrake": {
"mode": [
"engage"
]
}
},
{
"lockDoors": {
"unlock": [
false
],
"door": ... | 1 |
multi_turn_miss_param_55_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:
{"VehicleControlAPI": {"fuelLevel": 7.5, "batteryVoltage": 12.6, "engineState": "stopped", "doorStatu... | [
{
"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": {
... | [
{
"displayCarStatus": {
"option": [
"fuel"
]
}
},
{
"fillFuelTank": {
"fuelAmount": [
15
]
}
},
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
... | 1 |
multi_turn_miss_func_128_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": {
... | [
{
"get_current_time": {}
},
{
"get_available_stocks": {
"sector": [
"Technology"
]
}
}
] | 0 |
multi_turn_base_1_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": {"workspace": {"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": [
"archive"
]
}
},
{
"grep": {
"file_name": [
"log.txt"
],
"pattern": [
"Error"
]
}
}
] | 2 |
multi_turn_miss_param_178_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": {"12345": {"card_number": "123456", "expiration_date": "12/2028", ... | [
{
"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": {
... | [
{
"register_credit_card": {
"access_token": [
"abc123xyz"
],
"card_number": [
"4012888888881881"
],
"expiration_date": [
"12/2028"
],
"card_verification_number": [
465
],
"cardholder_name": [
"Michael Smith"
]
... | 0 |
multi_turn_long_context_95_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:
{"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",
... | [
{
"get_zipcode_based_on_city": {
"city": [
"San Francisco"
]
}
},
{
"estimate_distance": {
"cityA": [
"83214"
],
"cityB": [
"94016"
]
}
}
] | 2 |
multi_turn_long_context_143_turn_3 | 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": {"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. ... | 3 |
multi_turn_base_129_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": {"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": [
"NVDA"
]
}
},
{
"place_order": {
"order_type": [
"Buy"
],
"symbol": [
"NVDA"
],
"price": [
220.34
],
"amount": [
120
]
}
}
] | 0 |
multi_turn_long_context_104_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_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_watchlist": {}
},
{
"add_to_watchlist": {
"stock": [
"QUAS"
]
}
}
] | 1 |
multi_turn_miss_param_58_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": 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",
... | [
{
"get_zipcode_based_on_city": {
"city": [
"San Francisco"
]
}
},
{
"get_zipcode_based_on_city": {
"city": [
"Rivermist"
]
}
},
{
"estimate_distance": {
"cityA": [
"94016"
],
"cityB": [
"83214"
]
}
}
] | 1 |
multi_turn_long_context_171_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_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
]
}
... | 0 |
multi_turn_miss_param_110_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_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
]
}
}
] | 2 |
multi_turn_base_87_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:
{"VehicleControlAPI": {"fuelLevel": 30.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": {}
}
] | 3 |
multi_turn_long_context_105_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_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_available_stocks": {
"sector": [
"Technology"
]
}
},
{
"add_to_watchlist": {
"stock": [
"AAPL"
]
}
},
{
"add_to_watchlist": {
"stock": [
"GOOG"
]
}
},
{
"add_to_watchlist": {
"stock": [
"MSFT"
... | 1 |
multi_turn_base_189_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": {"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... | 0 |
multi_turn_miss_func_143_turn_4 | 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:
{"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_param_10_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": {"alex": {"type": "directory", "contents": {"workspace": {"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 ... | [
{
"mv": {
"source": [
"proposal.docx"
],
"destination": [
"Projects"
]
}
},
{
"cd": {
"folder": [
"Projects"
]
}
},
{
"mv": {
"source": [
"proposal.docx"
],
"destination": [
"final_proposal_2024... | 1 |
multi_turn_long_context_76_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:
{"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",
... | [
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
"rear_right"
]
]
}
},
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
... | 0 |
multi_turn_base_65_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:
{"VehicleControlAPI": {"fuelLevel": 10.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",
... | [
{
"retweet": {
"tweet_id": [
5
]
}
},
{
"comment": {
"tweet_id": [
5
],
"comment_content": [
"Ready for the next adventure!"
]
}
}
] | 1 |
multi_turn_base_19_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:
{"GorillaFileSystem": {"root": {"work": {"type": "directory", "contents": {"test_document.txt": {"typ... | [
{
"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",
... | [
{
"cp": {
"source": [
"test_document.txt"
],
"destination": [
"archives"
]
}
},
{
"cd": {
"folder": [
"archives"
]
}
},
{
"mv": {
"source": [
"test_document.txt"
],
"destination": [
"final_docum... | 1 |
multi_turn_miss_param_99_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": {"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... | [
{
"find_nearest_tire_shop": {}
},
{
"set_navigation": {
"destination": [
"456 Oakwood Avenue, Rivermist, 83214"
]
}
}
] | 4 |
multi_turn_base_75_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:
{"VehicleControlAPI": {"fuelLevel": 10.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",
... | [
{
"check_tire_pressure": {}
},
{
"post_tweet": {
"content": [
"Front Left Tire: 32 PSI, Front Right Tire: 32 PSI, Rear Left Tire: 30 PSI, Rear Right Tire: 30 PSI"
]
}
}
] | 1 |
multi_turn_miss_func_26_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": {"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 ... | [
{
"cd": {
"folder": [
"tmp"
]
}
},
{
"ls": {
"a": [
true
]
}
}
] | 1 |
multi_turn_miss_param_98_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:
{"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... | [
{
"pressBrakePedal": {
"pedalPosition": [
1
]
}
},
{
"startEngine": {
"ignitionMode": [
"START"
]
}
}
] | 1 |
multi_turn_long_context_84_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": 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"... | 0 |
multi_turn_miss_func_18_turn_2 | 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": {"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",
... | [
{
"cat": {
"file_name": [
"MonthlySummary.docx"
]
}
},
{
"sort": {
"file_name": [
"MonthlySummary.docx"
]
}
}
] | 2 |
multi_turn_miss_param_10_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:
{"GorillaFileSystem": {"root": {"alex": {"type": "directory", "contents": {"workspace": {"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 ... | [
{
"touch": {
"file_name": [
"summary.txt"
]
}
},
{
"echo": {
"content": [
"Hello"
],
"file_name": [
"summary.txt"
]
}
},
{
"diff": {
"file_name1": [
"notes.md"
],
"file_name2": [
"summary.txt"
... | 3 |
multi_turn_miss_param_14_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:
{"GorillaFileSystem": {"root": {"active_project": {"type": "directory", "contents": {"ResearchDocs": ... | [
{
"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"
]
}
},
{
"add_contact": {
"user_name": [
"John Levy"
]
}
},
{
"send_message": {
"receiver_id": [
"USR005"
],
"message": [
"Latest Quarter Performance has been well."
... | 4 |
multi_turn_long_context_155_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": {"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"
],
... | 0 |
multi_turn_base_180_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": {"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_miss_param_68_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:
{"VehicleControlAPI": {"fuelLevel": 15.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",
... | [
{
"check_tire_pressure": {}
},
{
"find_nearest_tire_shop": {}
}
] | 2 |
multi_turn_base_170_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": {"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",
... | [
{
"get_flight_cost": {
"travel_from": [
"SFO"
],
"travel_to": [
"LAX"
],
"travel_date": [
"2026-11-15"
],
"travel_class": [
"first"
]
}
},
{
"book_flight": {
"access_token": [
"access_token_abc123"
],... | 0 |
multi_turn_long_context_121_turn_3 | 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": {}
},
{
"withdraw_funds": {
"amount": [
500
]
}
}
] | 3 |
multi_turn_miss_func_12_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": {"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"
]
}
},
{
"touch": {
"file_name": [
"summary.txt"
]
}
}
] | 1 |
multi_turn_miss_func_85_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:
{"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": {
... | 2 |
multi_turn_long_context_90_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": {"fuelLevel": 5.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",
... | [
{
"liter_to_gallon": {
"liter": [
150
]
}
},
{
"fillFuelTank": {
"fuelAmount": [
40
]
}
},
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_left",
... | 0 |
multi_turn_long_context_128_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_current_time": {}
},
{
"get_available_stocks": {
"sector": [
"Technology"
]
}
}
] | 0 |
multi_turn_miss_func_59_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": 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
]
}
}
] | 1 |
multi_turn_miss_func_127_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:
{"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_63_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:
{"VehicleControlAPI": {"fuelLevel": 0.0, "batteryVoltage": 12.6, "engineState": "stopped", "doorStatu... | [
{
"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",
... | [
{
"fillFuelTank": {
"fuelAmount": [
43.85
]
}
},
{
"activateParkingBrake": {
"mode": [
"engage"
]
}
},
{
"lockDoors": {
"unlock": [
false
],
"door": [
[
"driver",
"passenger",
"rear_le... | 1 |
multi_turn_long_context_108_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_stock_info": {
"symbol": [
"NVDA"
]
}
},
{
"place_order": {
"order_type": [
"Buy"
],
"symbol": [
"NVDA"
],
"price": [
220.34
],
"amount": [
50
]
}
}
] | 1 |
multi_turn_miss_param_85_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:
{"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": [
"83214"
],
"cityB": [
"94016"
]
}
},
... | 1 |
multi_turn_long_context_56_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": 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"
]
}
},
{
"fillFuelTank": {
"fuelAmount": [
40
]
}
}
] | 1 |
multi_turn_miss_func_48_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:
{"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": {
... | [
{
"wc": {
"file_name": [
"test_file1.txt"
],
"mode": [
"c"
]
}
},
{
"wc": {
"file_name": [
"test_file2.txt"
],
"mode": [
"c"
]
}
}
] | 2 |
multi_turn_long_context_170_turn_4 | 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": {"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... | 4 |
multi_turn_long_context_2_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": {"simona": {"type": "directory", "contents": {"documents": {"type": "d... | [
{
"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": [
"documents"
]
}
},
{
"touch": {
"file_name": [
"TeamNotes.txt"
]
}
}
] | 0 |
multi_turn_miss_func_56_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": 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"
]
}
}
] | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.