tweak: set gemini thinkingLevel to high by default

This commit is contained in:
Aiden Cline 2025-12-10 13:09:27 -06:00
parent 15880195a2
commit 59c5da9b6c

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