()
| 264 | } |
| 265 | |
| 266 | endReasoningPhase() { |
| 267 | this.reasoningStreamingTimer = clear(this.reasoningStreamingTimer) |
| 268 | patchTurnState({ reasoningActive: false, reasoningStreaming: false }) |
| 269 | } |
| 270 | |
| 271 | idle() { |
| 272 | this.endReasoningPhase() |
no test coverage detected