MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getSystemRemindersSection

Function getSystemRemindersSection

src/constants/prompts.ts:131–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129}
130
131function getSystemRemindersSection(): string {
132 return `- Tool results and user messages may include <system-reminder> tags. <system-reminder> tags contain useful information and reminders. They are automatically added by the system, and bear no direct relation to the specific tool results or user messages in which they appear.
133- The conversation has unlimited context through automatic summarization.`
134}
135
136function getAntModelOverrideSection(): string | null {
137 if (process.env.USER_TYPE !== 'ant') return null

Callers 1

getSystemPromptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected