Variable: DELIMITERS
constDELIMITERS:object
Defined in: packages/core/src/utils/prompt-security.ts:15
XML-style delimiters for structural separation
These are unlikely to appear in legitimate content and help models understand content boundaries between system instructions and user input.
Type Declaration
GOAL_END
readonlyGOAL_END:"</baleybot_goal>"='</baleybot_goal>'
GOAL_START
readonlyGOAL_START:"<baleybot_goal>"='<baleybot_goal>'
INSTRUCTIONS_END
readonlyINSTRUCTIONS_END:"</baleybot_instructions>"='</baleybot_instructions>'
INSTRUCTIONS_START
readonlyINSTRUCTIONS_START:"<baleybot_instructions>"='<baleybot_instructions>'
USER_INPUT_END
readonlyUSER_INPUT_END:"</user_input>"='</user_input>'
USER_INPUT_START
readonlyUSER_INPUT_START:"<user_input>"='<user_input>'