|
@@ -114,6 +114,10 @@ export namespace ProviderTransform {
|
|
|
return {
|
|
return {
|
|
|
["openai" as string]: options,
|
|
["openai" as string]: options,
|
|
|
}
|
|
}
|
|
|
|
|
+ case "@ai-sdk/amazon-bedrock":
|
|
|
|
|
+ return {
|
|
|
|
|
+ ["bedrock" as string]: options,
|
|
|
|
|
+ }
|
|
|
case "@ai-sdk/anthropic":
|
|
case "@ai-sdk/anthropic":
|
|
|
return {
|
|
return {
|
|
|
["anthropic" as string]: options,
|
|
["anthropic" as string]: options,
|