Fix to prompt generator - "Ensure the response can beparsed" (#2980)

pull/2993/head
Richard Beales 2023-04-23 09:07:14 +01:00 committed by GitHub
parent 0b08b4f1c5
commit eaa6ed85e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,5 +151,5 @@ class PromptGenerator:
f"{self._generate_numbered_list(self.performance_evaluation)}\n\n" f"{self._generate_numbered_list(self.performance_evaluation)}\n\n"
"You should only respond in JSON format as described below \nResponse" "You should only respond in JSON format as described below \nResponse"
f" Format: \n{formatted_response_format} \nEnsure the response can be" f" Format: \n{formatted_response_format} \nEnsure the response can be"
"parsed by Python json.loads" " parsed by Python json.loads"
) )