fix: update description for command parameter in ExecuteShellTool

This commit is contained in:
Soulter
2026-01-15 00:58:34 +08:00
parent 937f0b7f32
commit f2af8e58e2
+1 -1
View File
@@ -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",