Merge pull request #1814 from zzzgydi/fix-prompt
fix: add necessary space to the promptpull/1817/head
commit
6a0a3811d9
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue