We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c3c38 commit d9ccb5bCopy full SHA for d9ccb5b
backend/src/llm-apis/vercel-ai-sdk/ai-sdk.ts
@@ -75,7 +75,7 @@ export const promptAiSdkStream = async function* (
75
providerOptions: {
76
google: {
77
thinkingConfig: {
78
- includeThoughts: true,
+ includeThoughts: false,
79
thinkingBudget: options.thinkingBudget ?? 128,
80
},
81
} satisfies GoogleGenerativeAIProviderOptions,
0 commit comments