(content: string)
| 3095 | } |
| 3096 | |
| 3097 | export function wrapInSystemReminder(content: string): string { |
| 3098 | return `<system-reminder>\n${content}\n</system-reminder>` |
| 3099 | } |
| 3100 | |
| 3101 | export function wrapMessagesInSystemReminder( |
| 3102 | messages: UserMessage[], |
no outgoing calls
no test coverage detected