mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix: add necessary space to the prompt
This commit is contained in:
@@ -132,5 +132,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