refactor(sandbox): remove Chinese translation for bash command execution description in SandboxBashTool

This commit is contained in:
Harry 2026-01-12 01:16:53 +08:00
parent bc2ffa39fc
commit 2d8acf92f0

View File

@ -41,7 +41,6 @@ class SandboxBashTool(Tool):
description=ToolDescription(
human=I18nObject(
en_US="Execute bash commands in the sandbox environment",
zh_Hans="在沙盒环境中执行 bash 命令",
),
llm="Execute bash commands in the sandbox environment. "
"Use this tool to run shell commands, scripts, or interact with the system. "