diff --git a/pilot/helpers/agents/Developer.py b/pilot/helpers/agents/Developer.py index 69e5364..bda64e8 100644 --- a/pilot/helpers/agents/Developer.py +++ b/pilot/helpers/agents/Developer.py @@ -350,7 +350,7 @@ class Developer(Agent): } }) - cli_response, llm_response = execute_command_and_check_cli_response(command, timeout, self.convo_os_specific_tech) + cli_response, llm_response = execute_command_and_check_cli_response(cmd, timeout_val, self.convo_os_specific_tech) return llm_response