()
| 25 | let systemPromptInjection: string | null = null |
| 26 | |
| 27 | export function getSystemPromptInjection(): string | null { |
| 28 | return systemPromptInjection |
| 29 | } |
| 30 | |
| 31 | export function setSystemPromptInjection(value: string | null): void { |
| 32 | systemPromptInjection = value |