Skip to content

Commit 0bc4a43

Browse files
fix(provider): enable thinking for google-vertex-anthropic models (anomalyco#10442)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
1 parent e2d0d85 commit 0bc4a43

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/opencode/src/provider/transform.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export namespace ProviderTransform {
2626
case "@ai-sdk/amazon-bedrock":
2727
return "bedrock"
2828
case "@ai-sdk/anthropic":
29+
case "@ai-sdk/google-vertex/anthropic":
2930
return "anthropic"
3031
case "@ai-sdk/google-vertex":
3132
case "@ai-sdk/google":

0 commit comments

Comments
 (0)