MCPcopy
hub / github.com/claude-code-best/claude-code / wrapInSystemReminder

Function wrapInSystemReminder

src/utils/messages.ts:3485–3487  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

3483}
3484
3485export function wrapInSystemReminder(content: string): string {
3486 return `<system-reminder>\n${content}\n</system-reminder>`
3487}
3488
3489export function wrapMessagesInSystemReminder(
3490 messages: UserMessage[],

Callers 4

executeInBackgroundFunction · 0.85
ensureSystemReminderWrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected