@ -65,7 +65,7 @@ def translate_to_json(input_html: str) -> str:
] + (
map(lambda example: ({
"role": "user",
"content": f"INPUT:\n{example["input"]}\n\nOUTPUT JSON:\n{example["output"]}"
"content": f"""INPUT:\n{example["input"]}\n\nOUTPUT JSON:\n{example["output"]}"""
}), EXAMPLES)
) + [
{