fix(provider): enable thinking for google-vertex-anthropic models (#10442)

Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
This commit is contained in:
Michael Yochpaz
2026-01-25 06:42:29 +02:00
committed by GitHub
parent e2d0d85d93
commit 0bc4a43320

View File

@@ -26,6 +26,7 @@ export namespace ProviderTransform {
case "@ai-sdk/amazon-bedrock":
return "bedrock"
case "@ai-sdk/anthropic":
case "@ai-sdk/google-vertex/anthropic":
return "anthropic"
case "@ai-sdk/google-vertex":
case "@ai-sdk/google":