()
| 1639 | // System prompt section accessors |
| 1640 | |
| 1641 | export function getSystemPromptSectionCache(): Map<string, string | null> { |
| 1642 | return STATE.systemPromptSectionCache |
| 1643 | } |
| 1644 | |
| 1645 | export function setSystemPromptSectionCacheEntry( |
| 1646 | name: string, |
no outgoing calls
no test coverage detected