MCPcopy Create free account
hub / github.com/Noumena-Network/code / wrapInSystemReminder

Function wrapInSystemReminder

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

Source from the content-addressed store, hash-verified

3195}
3196
3197export function wrapInSystemReminder(content: string): string {
3198 return `<system-reminder>\n${content}\n</system-reminder>`
3199}
3200
3201export function wrapMessagesInSystemReminder(
3202 messages: UserMessage[],

Callers 4

executeInBackgroundFunction · 0.85
ensureSystemReminderWrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected