{“html_content”: “…”}`. Wait, the user explicitly asked for “HTML content เท่านั้น” (HTML content only). If I output pure HTML, I violate the system prompt. If I output JSON, I violate the user prompt. Usually, system prompt overrides. Let’s output JSON containing the HTML string. Or maybe just output the HTML directly but ensure it’s valid JSON? No, HTML is not valid JSON. I will output `{“content”: “
…
“}
