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