()
| 128 | } |
| 129 | |
| 130 | export function resetMicrocompactState(): void { |
| 131 | if (cachedMCState && cachedMCModule) { |
| 132 | cachedMCModule.resetCachedMCState(cachedMCState) |
| 133 | } |
| 134 | pendingCacheEdits = null |
| 135 | } |
| 136 | |
| 137 | // Helper to calculate tool result tokens |
| 138 | function calculateToolResultTokens(block: ToolResultBlockParam): number { |
no outgoing calls
no test coverage detected