mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
fix(provider): enable thinking for google-vertex-anthropic models (#10442)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
This commit is contained in:
parent
e2d0d85d93
commit
0bc4a43320
1 changed files with 1 additions and 0 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue