diff --git a/api/core/tools/builtin_tool/providers/sandbox/bash_tool.py b/api/core/tools/builtin_tool/providers/sandbox/bash_tool.py index 19accdcfd0..07a55dc6f0 100644 --- a/api/core/tools/builtin_tool/providers/sandbox/bash_tool.py +++ b/api/core/tools/builtin_tool/providers/sandbox/bash_tool.py @@ -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. "