From 23b7aa144be9ff43c2be4b03e64ff52510046738 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:14 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=9F=AA=20context.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/context.ts | 1 + 1 file changed, 1 insertion(+) 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 } +