Skip to content

Commit 2e5944f

Browse files
committed
Add warning for AWS Bedrock
1 parent ff082f5 commit 2e5944f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

models/aws-bedrock.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ We recommend experimenting to find the best-suited model for your use-case. Here
1212
- You can play with Amazon Nova models. Use `amazon.nova-pro-v1:0` for general purpose tasks.
1313
- For Claude models, see our [Claude integration](/models/aws-claude).
1414

15+
<Warning>
16+
Async usage of AWS Bedrock is not yet supported. When using `AwsBedrock` with an `Agent`, you can only use `agent.run` and `agent.print_response`.
17+
</Warning>
18+
1519
## Authentication
1620

1721
Set your `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `AWS_REGION` environment variables.

0 commit comments

Comments
 (0)