MCPcopy 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 */
225export function getMaxThinkingTokensForModel(model: string): number {
226 return getModelMaxOutputTokens(model).upperLimit - 1
227}

Callers 1

paramsFromContextFunction · 0.85

Calls 1

getModelMaxOutputTokensFunction · 0.85

Tested by

no test coverage detected