(allowlist: string[] | null)
| 1714 | } |
| 1715 | |
| 1716 | export function setPromptCache1hAllowlist(allowlist: string[] | null): void { |
| 1717 | STATE.promptCache1hAllowlist = allowlist |
| 1718 | } |
| 1719 | |
| 1720 | export function getPromptCache1hEligible(): boolean | null { |
| 1721 | return STATE.promptCache1hEligible |