summaryrefslogtreecommitdiff
path: root/packages/core/src
diff options
context:
space:
mode:
authorSandy Tao <[email protected]>2025-07-08 15:06:47 -0700
committerGitHub <[email protected]>2025-07-08 22:06:47 +0000
commit0506b40a39c04a5949c7886aaf5f87173453f0a2 (patch)
tree4b3e2f4b71c091f72cc2b9a7e3a9e4c36cb8bf15 /packages/core/src
parent27a2d8af14ac67c07a994089fd62594cc86500a7 (diff)
Fix bad request in model check (#3568)
Diffstat (limited to 'packages/core/src')
-rw-r--r--packages/core/src/core/modelCheck.ts2
1 files changed, 1 insertions, 1 deletions
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 },
},
});