Skip to content

Commit 39f03eb

Browse files
author
awstools
committed
feat(client-bedrock-agent): 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 4d48950 commit 39f03eb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

codegen/sdk-codegen/aws-models/bedrock-agent.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6942,7 +6942,7 @@
69426942
},
69436943
"traits": {
69446944
"smithy.api#length": {
6945-
"max": 5
6945+
"max": 20
69466946
}
69476947
}
69486948
},
@@ -11842,8 +11842,7 @@
1184211842
"type": "integer",
1184311843
"traits": {
1184411844
"smithy.api#range": {
11845-
"min": 0,
11846-
"max": 8192
11845+
"min": 0
1184711846
}
1184811847
}
1184911848
},
@@ -13225,7 +13224,7 @@
1322513224
},
1322613225
"traits": {
1322713226
"smithy.api#length": {
13228-
"max": 10
13227+
"max": 20
1322913228
},
1323013229
"smithy.api#sensitive": {}
1323113230
}

0 commit comments

Comments
 (0)