Skip to content

Commit e8d675d

Browse files
author
AWS
committed
Agents for Amazon Bedrock Update: This release lets Amazon Bedrock Flows support newer models by increasing the maximum length of output in a prompt configuration. This release also increases the maximum number of prompt variables to 20 and the maximum number of node inputs to 20.
1 parent 5a4d676 commit e8d675d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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": "This release lets Amazon Bedrock Flows support newer models by increasing the maximum length of output in a prompt configuration. This release also increases the maximum number of prompt variables to 20 and the maximum number of node inputs to 20."
6+
}

services/bedrockagent/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4875,7 +4875,7 @@
48754875
"FlowNodeInputs":{
48764876
"type":"list",
48774877
"member":{"shape":"FlowNodeInput"},
4878-
"max":5,
4878+
"max":20,
48794879
"min":0
48804880
},
48814881
"FlowNodeName":{
@@ -7257,7 +7257,6 @@
72577257
"MaximumLength":{
72587258
"type":"integer",
72597259
"box":true,
7260-
"max":8192,
72617260
"min":0
72627261
},
72637262
"MemoryConfiguration":{
@@ -8165,7 +8164,7 @@
81658164
"PromptInputVariablesList":{
81668165
"type":"list",
81678166
"member":{"shape":"PromptInputVariable"},
8168-
"max":10,
8167+
"max":20,
81698168
"min":0,
81708169
"sensitive":true
81718170
},

0 commit comments

Comments
 (0)