Function: escapeDelimiters()
escapeDelimiters(
content):string
Defined in: packages/core/src/utils/prompt-security.ts:58
Escape delimiter-like tags in user content to prevent breaking out of delimiters
Parameters
content
string
The content to escape
Returns
string
Content with delimiter tags escaped