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: javascriptv3/example_code/bedrock-agent-runtime/README.md
+6-9
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# Agents for Amazon Bedrock Runtime code examples for the SDK for JavaScript (v3)
1
+
# Amazon Bedrock Agents Runtime code examples for the SDK for JavaScript (v3)
2
2
3
3
## Overview
4
4
5
-
Shows how to use the AWS SDK for JavaScript (v3) to work with Agents for Amazon Bedrock Runtime.
5
+
Shows how to use the AWS SDK for JavaScript (v3) to work with Amazon Bedrock Agents Runtime.
6
6
7
7
<!--custom.overview.start-->
8
8
<!--custom.overview.end-->
9
9
10
-
_Agents for Amazon Bedrock Runtime offers you the ability to run autonomous agents in your application._
10
+
_Amazon Bedrock Agents Runtime offers you the ability to run autonomous agents in your application._
11
11
12
12
## ⚠ Important
13
13
@@ -27,9 +27,6 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javas
27
27
28
28
29
29
<!--custom.prerequisites.start-->
30
-
31
-
> ⚠ You must create an agent before you can invoke it. For more information, see [Create an agent](https://docs.aws.amazon.com/bedrock/latest/userguide/agents-create.html). Additionally, you must grant access to the model you specify during agent creation. For more information, see [Model access](https://us-east-1.console.aws.amazon.com/bedrock/home?region=us-east-1#/modelaccess).
32
-
33
30
<!--custom.prerequisites.end-->
34
31
35
32
### Single actions
@@ -92,9 +89,9 @@ in the `javascriptv3` folder.
92
89
93
90
## Additional resources
94
91
95
-
-[Agents for Amazon Bedrock Runtime User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html)
96
-
-[Agents for Amazon Bedrock Runtime API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_Operations_Agents_for_Amazon_Bedrock_Runtime.html)
97
-
-[SDK for JavaScript (v3) Agents for Amazon Bedrock Runtime reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agent-runtime)
92
+
-[Amazon Bedrock Agents Runtime User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html)
93
+
-[Amazon Bedrock Agents Runtime API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_Operations_Agents_for_Amazon_Bedrock_Runtime.html)
94
+
-[SDK for JavaScript (v3) Amazon Bedrock Agents Runtime reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agent-runtime)
Copy file name to clipboardExpand all lines: javascriptv3/example_code/bedrock-agent/README.md
+9-12
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# Agents for Amazon Bedrock code examples for the SDK for JavaScript (v3)
1
+
# Amazon Bedrock Agents code examples for the SDK for JavaScript (v3)
2
2
3
3
## Overview
4
4
5
-
Shows how to use the AWS SDK for JavaScript (v3) to work with Agents for Amazon Bedrock.
5
+
Shows how to use the AWS SDK for JavaScript (v3) to work with Amazon Bedrock Agents.
6
6
7
7
<!--custom.overview.start-->
8
8
<!--custom.overview.end-->
9
9
10
-
_Agents for Amazon Bedrock offer you the ability to build and configure autonomous agents in your application._
10
+
_Amazon Bedrock Agents offer you the ability to build and configure autonomous agents in your application._
11
11
12
12
## ⚠ Important
13
13
@@ -27,14 +27,11 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javas
27
27
28
28
29
29
<!--custom.prerequisites.start-->
30
-
31
-
> ⚠ You must request access to a foundation model before you can use it. If you try to use the foundation model before you have requested access to it, you will receive an error message. For more information, see [Model access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html).
32
-
33
30
<!--custom.prerequisites.end-->
34
31
35
32
### Get started
36
33
37
-
-[Hello Agents for Amazon Bedrock](hello.js) (`GetAgent`)
Copy file name to clipboardExpand all lines: python/example_code/bedrock-agent-runtime/README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# Agents for Amazon Bedrock Runtime code examples for the SDK for Python
1
+
# Amazon Bedrock Agents Runtime code examples for the SDK for Python
2
2
3
3
## Overview
4
4
5
-
Shows how to use the AWS SDK for Python (Boto3) to work with Agents for Amazon Bedrock Runtime.
5
+
Shows how to use the AWS SDK for Python (Boto3) to work with Amazon Bedrock Agents Runtime.
6
6
7
7
<!--custom.overview.start-->
8
8
<!--custom.overview.end-->
9
9
10
-
_Agents for Amazon Bedrock Runtime offers you the ability to run autonomous agents in your application._
10
+
_Amazon Bedrock Agents Runtime offers you the ability to run autonomous agents in your application._
11
11
12
12
## ⚠ Important
13
13
@@ -69,9 +69,9 @@ in the `python` folder.
69
69
70
70
## Additional resources
71
71
72
-
-[Agents for Amazon Bedrock Runtime User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html)
73
-
-[Agents for Amazon Bedrock Runtime API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_Operations_Agents_for_Amazon_Bedrock_Runtime.html)
74
-
-[SDK for Python Agents for Amazon Bedrock Runtime reference](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agent-runtime.html)
72
+
-[Amazon Bedrock Agents Runtime User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html)
73
+
-[Amazon Bedrock Agents Runtime API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_Operations_Agents_for_Amazon_Bedrock_Runtime.html)
74
+
-[SDK for Python Amazon Bedrock Agents Runtime reference](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agent-runtime.html)
0 commit comments