This commit is contained in:
Nicholas Albion
2023-09-23 17:21:06 +10:00
parent 323b2669c0
commit b5cebb95dc

View File

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