Skip to content

Commit c9fcf9e

Browse files
author
AWS
committed
Agents for Amazon Bedrock Update: Introduces new data sources and chunking strategies for Knowledge bases, advanced parsing logic using FMs, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources.
1 parent b23cb1c commit c9fcf9e

File tree

3 files changed

+3888
-429
lines changed

3 files changed

+3888
-429
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",
4+
"contributor": "",
5+
"description": "Introduces new data sources and chunking strategies for Knowledge bases, advanced parsing logic using FMs, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources."
6+
}

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,24 @@
3636
"limit_key": "maxResults",
3737
"result_key": "dataSourceSummaries"
3838
},
39+
"ListFlowAliases": {
40+
"input_token": "nextToken",
41+
"output_token": "nextToken",
42+
"limit_key": "maxResults",
43+
"result_key": "flowAliasSummaries"
44+
},
45+
"ListFlowVersions": {
46+
"input_token": "nextToken",
47+
"output_token": "nextToken",
48+
"limit_key": "maxResults",
49+
"result_key": "flowVersionSummaries"
50+
},
51+
"ListFlows": {
52+
"input_token": "nextToken",
53+
"output_token": "nextToken",
54+
"limit_key": "maxResults",
55+
"result_key": "flowSummaries"
56+
},
3957
"ListIngestionJobs": {
4058
"input_token": "nextToken",
4159
"output_token": "nextToken",
@@ -47,6 +65,12 @@
4765
"output_token": "nextToken",
4866
"limit_key": "maxResults",
4967
"result_key": "knowledgeBaseSummaries"
68+
},
69+
"ListPrompts": {
70+
"input_token": "nextToken",
71+
"output_token": "nextToken",
72+
"limit_key": "maxResults",
73+
"result_key": "promptSummaries"
5074
}
5175
}
5276
}

0 commit comments

Comments
 (0)