diff --git a/src/utils/context.ts b/src/utils/context.ts index d9714de9..8fa5104 100644 --- a/src/utils/context.ts +++ b/src/utils/context.ts @@ -219,3 +219,4 @@ export function getModelMaxOutputTokens(model: string): { export function getMaxThinkingTokensForModel(model: string): number { return getModelMaxOutputTokens(model).upperLimit - 1 } +