()
| 4619 | } |
| 4620 | |
| 4621 | public getTokenUsage(): TokenUsage { |
| 4622 | return getApiMetrics(this.combineMessages(this.clineMessages.slice(1))) |
| 4623 | } |
| 4624 | |
| 4625 | public recordToolUsage(toolName: ToolName) { |
| 4626 | if (!this.toolUsage[toolName]) { |
no test coverage detected