tweak: set gemini thinkingLevel to high by default

pull/5334/head
Aiden Cline 2025-12-10 13:09:27 -06:00
parent 15880195a2
commit 59c5da9b6c
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ export namespace ProviderTransform {
}
if (model.api.npm === "@ai-sdk/google" || model.api.npm === "@ai-sdk/google-vertex") {
result["thinkingConfig"] = {
thinkingLevel: "high",
includeThoughts: true,
}
}