mirror of
https://github.com/langgenius/dify.git
synced 2026-02-11 13:34:38 +08:00
refactor(sandbox): remove Chinese translation for bash command execution description in SandboxBashTool
This commit is contained in:
parent
bc2ffa39fc
commit
2d8acf92f0
@ -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. "
|
||||
|
||||
Loading…
Reference in New Issue
Block a user