Skip to main content

Variable: DELIMITERS

const DELIMITERS: 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

readonly GOAL_END: "</baleybot_goal>" = '</baleybot_goal>'

GOAL_START

readonly GOAL_START: "<baleybot_goal>" = '<baleybot_goal>'

INSTRUCTIONS_END

readonly INSTRUCTIONS_END: "</baleybot_instructions>" = '</baleybot_instructions>'

INSTRUCTIONS_START

readonly INSTRUCTIONS_START: "<baleybot_instructions>" = '<baleybot_instructions>'

USER_INPUT_END

readonly USER_INPUT_END: "</user_input>" = '</user_input>'

USER_INPUT_START

readonly USER_INPUT_START: "<user_input>" = '<user_input>'