diff --git a/autogpt/agent/agent.py b/autogpt/agent/agent.py index e2c44792..75f51dc1 100644 --- a/autogpt/agent/agent.py +++ b/autogpt/agent/agent.py @@ -162,7 +162,7 @@ class Agent: ) logger.info( - "Enter 'y' to authorise command, 'y -N' to run N continuous commands, 's' to run self-feedback commands or " + "Enter 'y' to authorise command, 'y -N' to run N continuous commands, 's' to run self-feedback commands, " "'n' to exit program, or enter feedback for " f"{self.ai_name}..." )