mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-08 15:54:26 +01:00
Fix to prompt generator - "Ensure the response can beparsed" (#2980)
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user