From 0506b40a39c04a5949c7886aaf5f87173453f0a2 Mon Sep 17 00:00:00 2001 From: Sandy Tao Date: Tue, 8 Jul 2025 15:06:47 -0700 Subject: [PATCH] Fix bad request in model check (#3568) --- packages/core/src/core/modelCheck.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/core/modelCheck.ts b/packages/core/src/core/modelCheck.ts index 6caea54d..807bd5c5 100644 --- a/packages/core/src/core/modelCheck.ts +++ b/packages/core/src/core/modelCheck.ts @@ -35,7 +35,7 @@ export async function getEffectiveModel( maxOutputTokens: 1, temperature: 0, topK: 1, - thinkingConfig: { thinkingBudget: 0, includeThoughts: false }, + thinkingConfig: { thinkingBudget: 128, includeThoughts: false }, }, });