From f2af8e58e2ff11629620f4f923a785c5f16c91c3 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Thu, 15 Jan 2026 00:58:34 +0800 Subject: [PATCH] fix: update description for command parameter in ExecuteShellTool --- astrbot/core/sandbox/tools/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/sandbox/tools/shell.py b/astrbot/core/sandbox/tools/shell.py index 8d46f6973..88c1a25a5 100644 --- a/astrbot/core/sandbox/tools/shell.py +++ b/astrbot/core/sandbox/tools/shell.py @@ -19,7 +19,7 @@ class ExecuteShellTool(FunctionTool): "properties": { "command": { "type": "string", - "description": "The shell command to execute.", + "description": "The bash command to execute. Equal to 'cd {working_dir} && {your_command}'.", }, "background": { "type": "boolean",