| 129 | } |
| 130 | |
| 131 | function 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 | |
| 136 | function getAntModelOverrideSection(): string | null { |
| 137 | if (process.env.USER_TYPE !== 'ant') return null |