()
| 1690 | } |
| 1691 | |
| 1692 | export function getPromptCache1hAllowlist(): string[] | null { |
| 1693 | return STATE.promptCache1hAllowlist |
| 1694 | } |
| 1695 | |
| 1696 | export function setPromptCache1hAllowlist(allowlist: string[] | null): void { |
| 1697 | STATE.promptCache1hAllowlist = allowlist |