Fix execute_shell_popen

This commit is contained in:
Reinier van der Leer
2023-07-31 01:21:09 +02:00
parent f528b9a995
commit b7f1df3e1d

View File

@@ -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,
}
},