mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-15 20:14:24 +01:00
Fix execute_shell_popen
This commit is contained in:
@@ -255,9 +255,9 @@ def execute_shell(command_line: str, agent: Agent) -> str:
|
||||
"execute_shell_popen",
|
||||
"Executes a Shell Command, non-interactive commands only",
|
||||
{
|
||||
"query": {
|
||||
"command_line": {
|
||||
"type": "string",
|
||||
"description": "The search query",
|
||||
"description": "The command line to execute",
|
||||
"required": True,
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user