core: bump ai sdk packages for google, google vertex, anthropic, bedrock, and provider utils (#14318)

This commit is contained in:
Aiden Cline
2026-02-19 12:35:51 -06:00
committed by GitHub
parent 5364ab74a2
commit 7e35d0c610
4 changed files with 58 additions and 43 deletions

View File

@@ -608,8 +608,10 @@ export namespace ProviderTransform {
levels.map((effort) => [
effort,
{
includeThoughts: true,
thinkingLevel: effort,
thinkingConfig: {
includeThoughts: true,
thinkingLevel: effort,
},
},
]),
)
@@ -629,8 +631,7 @@ export namespace ProviderTransform {
groqEffort.map((effort) => [
effort,
{
includeThoughts: true,
thinkingLevel: effort,
reasoningEffort: effort,
},
]),
)