MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isMaxTokensCapEnabled

Function isMaxTokensCapEnabled

src/services/api/claude.ts:3394–3397  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3392}
3393
3394function isMaxTokensCapEnabled(): boolean {
3395 // 3P default: false (not validated on Bedrock/Vertex)
3396 return getFeatureValue_CACHED_MAY_BE_STALE('tengu_otk_slot_v1', false)
3397}
3398
3399export function getMaxOutputTokensForModel(model: string): number {
3400 const maxOutputTokens = getModelMaxOutputTokens(model)

Callers 1

Tested by

no test coverage detected