Skip to content

Commit e818b39

Browse files
committed
Escaped curly braces
Bug introduced with commit 5c0bc46
1 parent bdcdf97 commit e818b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/nodes/generate_answer_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def execute(self, state: dict) -> dict:
155155
format_instructions = (
156156
"You must respond with a JSON object. Your response should be formatted as a valid JSON "
157157
"with a 'content' field containing your analysis. For example:\n"
158-
'{"content": "your analysis here"}'
158+
'{{"content": "your analysis here"}}'
159159
)
160160
else:
161161
output_parser = None

0 commit comments

Comments
 (0)