Fix CFML hash escape in system prompt
This commit is contained in:
parent
e372f67901
commit
d8dacb198e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
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##
|
##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##
|
##5 MODIFIERS##
|
||||||
name, required (boolean), appliesTo, options array [{""name"":""opt"",""price"":0}].
|
name, required (boolean), appliesTo, options array [{""name"":""opt"",""price"":0}].
|
||||||
|
|
|
||||||
Reference in a new issue