Skip to content

Commit 6c6032d

Browse files
author
AWS
committed
Agents for Amazon Bedrock Runtime Update: Introduces Sessions (preview) to enable stateful conversations in GenAI applications.
1 parent b42914c commit 6c6032d

File tree

3 files changed

+1119
-26
lines changed

3 files changed

+1119
-26
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Agents for Amazon Bedrock Runtime",
4+
"contributor": "",
5+
"description": "Introduces Sessions (preview) to enable stateful conversations in GenAI applications."
6+
}

services/bedrockagentruntime/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66
"limit_key": "maxItems",
77
"result_key": "memoryContents"
88
},
9+
"ListInvocationSteps": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "invocationStepSummaries"
14+
},
15+
"ListInvocations": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "invocationSummaries"
20+
},
21+
"ListSessions": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "sessionSummaries"
26+
},
927
"Rerank": {
1028
"input_token": "nextToken",
1129
"output_token": "nextToken",

0 commit comments

Comments
 (0)