diff --git a/autogpt/prompts/generator.py b/autogpt/prompts/generator.py index c9a441d8..282b9d72 100644 --- a/autogpt/prompts/generator.py +++ b/autogpt/prompts/generator.py @@ -151,5 +151,5 @@ class PromptGenerator: f"{self._generate_numbered_list(self.performance_evaluation)}\n\n" "You should only respond in JSON format as described below \nResponse" f" Format: \n{formatted_response_format} \nEnsure the response can be" - "parsed by Python json.loads" + " parsed by Python json.loads" )