(allowlist: string[] | null)
| 1694 | } |
| 1695 | |
| 1696 | export function setPromptCache1hAllowlist(allowlist: string[] | null): void { |
| 1697 | STATE.promptCache1hAllowlist = allowlist |
| 1698 | } |
| 1699 | |
| 1700 | export function getPromptCache1hEligible(): boolean | null { |
| 1701 | return STATE.promptCache1hEligible |