Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ thinking-control.test.ts
File
thinking-control.test.ts
test/thinking-control.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect } from
'vitest'
;
2
import
{
3
decideThinking, applyThinkingDecision, countTrailingToolErrors, modelSupportsSoftSwitch,
4
} from
'../src/agent/thinking-control.js'
;
Callers
nothing calls this directly
Calls
4
decideThinking
Function · 0.85
modelSupportsSoftSwitch
Function · 0.85
countTrailingToolErrors
Function · 0.85
applyThinkingDecision
Function · 0.85
Tested by
no test coverage detected