()
| 3392 | } |
| 3393 | |
| 3394 | function 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 | |
| 3399 | export function getMaxOutputTokensForModel(model: string): number { |
| 3400 | const maxOutputTokens = getModelMaxOutputTokens(model) |
no test coverage detected