diff --git a/autogpt/commands/execute_code.py b/autogpt/commands/execute_code.py index 30e1e27e..3d52eb0a 100644 --- a/autogpt/commands/execute_code.py +++ b/autogpt/commands/execute_code.py @@ -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, } },