()
| 157 | } |
| 158 | |
| 159 | clearReasoning() { |
| 160 | this.reasoningTimer = clear(this.reasoningTimer) |
| 161 | this.activeReasoningText = '' |
| 162 | this.reasoningSegmentIndex = null |
| 163 | this.reasoningText = '' |
| 164 | this.toolTokenAcc = 0 |
| 165 | patchTurnState({ reasoning: '', reasoningTokens: 0, toolTokens: 0 }) |
| 166 | } |
| 167 | |
| 168 | clearStatusTimer() { |
| 169 | this.statusTimer = clear(this.statusTimer) |
no test coverage detected