Skip to content

Commit 119200a

Browse files
author
AWS
committed
Amazon Bedrock Runtime Update: Fixed stop sequence limit for converse API.
1 parent 8a7efd1 commit 119200a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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": "Amazon Bedrock Runtime",
4+
"contributor": "",
5+
"description": "Fixed stop sequence limit for converse API."
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2737,7 +2737,7 @@
27372737
"InferenceConfigurationStopSequencesList":{
27382738
"type":"list",
27392739
"member":{"shape":"NonEmptyString"},
2740-
"max":4,
2740+
"max":2500,
27412741
"min":0
27422742
},
27432743
"InferenceConfigurationTemperatureFloat":{

0 commit comments

Comments
 (0)