()
| 1698 | } |
| 1699 | |
| 1700 | export function getPromptCache1hEligible(): boolean | null { |
| 1701 | return STATE.promptCache1hEligible |
| 1702 | } |
| 1703 | |
| 1704 | export function setPromptCache1hEligible(eligible: boolean | null): void { |
| 1705 | STATE.promptCache1hEligible = eligible |