You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/example_code/bedrock-agent/README.md
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ _Amazon Bedrock Agents offer you the ability to build and configure autonomous a
11
11
12
12
## ⚠ Important
13
13
14
-
- Running this code might result in charges to your AWS account. For more details, see [AWS Pricing](https://aws.amazon.com/pricing/) and [Free Tier](https://aws.amazon.com/free/).
15
-
- Running the tests might result in charges to your AWS account.
16
-
- We recommend that you grant your code least privilege. At most, grant only the minimum permissions required to perform the task. For more information, see [Grant least privilege](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#grant-least-privilege).
17
-
- This code is not tested in every AWS Region. For more information, see [AWS Regional Services](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services).
14
+
* Running this code might result in charges to your AWS account. For more details, see [AWS Pricing](https://aws.amazon.com/pricing/) and [Free Tier](https://aws.amazon.com/free/).
15
+
* Running the tests might result in charges to your AWS account.
16
+
* We recommend that you grant your code least privilege. At most, grant only the minimum permissions required to perform the task. For more information, see [Grant least privilege](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#grant-least-privilege).
17
+
* This code is not tested in every AWS Region. For more information, see [AWS Regional Services](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services).
18
18
19
19
<!--custom.important.start-->
20
20
<!--custom.important.end-->
@@ -82,16 +82,20 @@ functions within the same service.
82
82
-[Create and invoke a managed prompt](prompts/scenario_get_started_with_prompts.py)
83
83
-[Create and invoke an agent](scenario_get_started_with_agents.py)
84
84
85
+
85
86
<!--custom.examples.start-->
86
87
<!--custom.examples.end-->
87
88
88
89
## Run the examples
89
90
90
91
### Instructions
91
92
93
+
92
94
<!--custom.instructions.start-->
93
95
<!--custom.instructions.end-->
94
96
97
+
98
+
95
99
#### Create and invoke a flow
96
100
97
101
This example shows you how to do the following:
@@ -116,6 +120,7 @@ Start the example by running the following at a command prompt:
This example shows you how to build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.
0 commit comments