fix: bedrock reasoning
Some checks are pending
deploy / deploy (push) Waiting to run
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run

This commit is contained in:
Aiden Cline 2025-10-24 17:35:08 -05:00
parent fea6a357bc
commit 5fec5ff424

View file

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