Use ## to escape hash in CFML string

This commit is contained in:
John Mizerek 2026-02-13 10:47:12 -08:00
parent ba017348b0
commit 1432d8e2b8

View file

@ -550,7 +550,7 @@
})>
<cfset arrayAppend(imgMsgContent, {
"type": "text",
"text": "Extract business information from this image. Return JSON with: name, addressLine1, city, state, zip, phone, hours, brandColor (6-digit hex without hash symbol). Only include fields you can see. Return ONLY valid JSON, no markdown."
"text": "Extract business information from this image. Return JSON with: name, addressLine1, city, state, zip, phone, hours, brandColor (6-digit hex without ##). Only include fields you can see. Return ONLY valid JSON, no markdown."
})>
<cfset imgRequest = {