()
| 1718 | } |
| 1719 | |
| 1720 | export function getPromptCache1hEligible(): boolean | null { |
| 1721 | return STATE.promptCache1hEligible |
| 1722 | } |
| 1723 | |
| 1724 | export function setPromptCache1hEligible(eligible: boolean | null): void { |
| 1725 | STATE.promptCache1hEligible = eligible |