🟪 context.ts

This commit is contained in:
nirholas
2026-03-31 10:24:14 +00:00
parent 37e746745a
commit 23b7aa144b

View File

@@ -219,3 +219,4 @@ export function getModelMaxOutputTokens(model: string): {
export function getMaxThinkingTokensForModel(model: string): number {
return getModelMaxOutputTokens(model).upperLimit - 1
}