Fix CFML syntax error - escape # in string

This commit is contained in:
John Mizerek 2026-02-13 10:46:32 -08:00
parent aa447bd009
commit ba017348b0

View file

@ -550,7 +550,7 @@
})> })>
<cfset arrayAppend(imgMsgContent, { <cfset arrayAppend(imgMsgContent, {
"type": "text", "type": "text",
"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." "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."
})> })>
<cfset imgRequest = { <cfset imgRequest = {