(content: string)
| 3483 | } |
| 3484 | |
| 3485 | export function wrapInSystemReminder(content: string): string { |
| 3486 | return `<system-reminder>\n${content}\n</system-reminder>` |
| 3487 | } |
| 3488 | |
| 3489 | export function wrapMessagesInSystemReminder( |
| 3490 | messages: UserMessage[], |
no outgoing calls
no test coverage detected