()
| 1710 | } |
| 1711 | |
| 1712 | export function getPromptCache1hAllowlist(): string[] | null { |
| 1713 | return STATE.promptCache1hAllowlist |
| 1714 | } |
| 1715 | |
| 1716 | export function setPromptCache1hAllowlist(allowlist: string[] | null): void { |
| 1717 | STATE.promptCache1hAllowlist = allowlist |