MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / endReasoningPhase

Method endReasoningPhase

ui-tui/src/app/turnController.ts:266–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

idleMethod · 0.95
recordMessageDeltaMethod · 0.95
recordToolStartMethod · 0.95
startMessageMethod · 0.95

Calls 2

patchTurnStateFunction · 0.85
clearFunction · 0.70

Tested by

no test coverage detected