Fix CFML hash escape in system prompt

This commit is contained in:
John Mizerek 2026-02-12 19:17:28 -08:00
parent e372f67901
commit d8dacb198e

View file

@ -273,7 +273,7 @@ Extract from li.item elements. Include: name, description, price (number), categ
For each item, extract ALL image URLs as object: {""src"":""url"",""srcset"":""urls"",""small"":""url"",""medium"":""url"",""large"":""url""}. Parse srcset attribute for multiple sizes.
##4 BUSINESS##
name, address, phone, hours (format: ""Mon-Fri 10am-9pm, Sat-Sun 11am-8pm""), brandColor (6-digit hex, no #).
name, address, phone, hours (format: ""Mon-Fri 10am-9pm, Sat-Sun 11am-8pm""), brandColor (6-digit hex without hash symbol).
##5 MODIFIERS##
name, required (boolean), appliesTo, options array [{""name"":""opt"",""price"":0}].