Escaped curly braces

Bug introduced with commit 5c0bc46c63
This commit is contained in:
João Galego 2025-02-27 00:54:58 +00:00
parent bdcdf97145
commit e818b39557

View File

@ -155,7 +155,7 @@ class GenerateAnswerNode(BaseNode):
format_instructions = (
"You must respond with a JSON object. Your response should be formatted as a valid JSON "
"with a 'content' field containing your analysis. For example:\n"
'{"content": "your analysis here"}'
'{{"content": "your analysis here"}}'
)
else:
output_parser = None