From 6c78d80d37194ddfa80ea28af7f8f5a589a207e2 Mon Sep 17 00:00:00 2001 From: andrey13771 <51243350+andrey13771@users.noreply.github.com> Date: Sat, 13 May 2023 04:00:08 +0300 Subject: [PATCH] fix typo in autopgt/agent/agent.py (#3747) Co-authored-by: merwanehamadi Co-authored-by: Richard Beales Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com> --- autogpt/agent/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}..." )