You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: astrbot/core/computer/tools/shell.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ class ExecuteShellTool(FunctionTool):
20
20
"properties": {
21
21
"command": {
22
22
"type": "string",
23
-
"description": "The bash command to execute. Equal to 'cd {working_dir} && {your_command}'.",
23
+
"description": "The shell command to execute in the current runtime shell (for example, cmd.exe on Windows). Equal to 'cd {working_dir} && {your_command}'.",
0 commit comments