Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oboard/claude-code-rev
/ getMaxThinkingTokensForModel
Function
getMaxThinkingTokensForModel
src/utils/context.ts:225–227 ·
view source on GitHub ↗
(model: string)
Source
from the content-addressed store, hash-verified
223
* strict thinking token budget.
224
*/
225
export
function
getMaxThinkingTokensForModel(model: string): number {
226
return
getModelMaxOutputTokens(model).upperLimit - 1
227
}
Callers
1
paramsFromContext
Function · 0.85
Calls
1
getModelMaxOutputTokens
Function · 0.85
Tested by
no test coverage detected