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