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