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 }, }, });