()
| 24 | let systemPromptInjection: string | null = null |
| 25 | |
| 26 | export function getSystemPromptInjection(): string | null { |
| 27 | return systemPromptInjection |
| 28 | } |
| 29 | |
| 30 | export function setSystemPromptInjection(value: string | null): void { |
| 31 | systemPromptInjection = value |
no outgoing calls
no test coverage detected