Fix CFML syntax error - escape # in string
This commit is contained in:
parent
aa447bd009
commit
ba017348b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Reference in a new issue