Skip to content

Commit d1b0b80

Browse files
author
AWS
committed
Agents for Amazon Bedrock Runtime Update: Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array
1 parent be9db5c commit d1b0b80

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-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 Runtime",
4+
"contributor": "",
5+
"description": "Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array"
6+
}

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"endpointPrefix":"bedrock-agent-runtime",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceFullName":"Agents for Amazon Bedrock Runtime",
910
"serviceId":"Bedrock Agent Runtime",
1011
"signatureVersion":"v4",
1112
"signingName":"bedrock",
12-
"uid":"bedrock-agent-runtime-2023-07-26"
13+
"uid":"bedrock-agent-runtime-2023-07-26",
14+
"auth":["aws.auth#sigv4"]
1315
},
1416
"operations":{
1517
"DeleteAgentMemory":{
@@ -436,7 +438,7 @@
436438
"members":{
437439
"data":{
438440
"shape":"ByteContentBlob",
439-
"documentation":"<p>The byte value of the file to attach, encoded as Base-64 string. The maximum size of all files that is attached is 10MB. You can attach a maximum of 5 files. </p>"
441+
"documentation":"<p>The raw bytes of the file to attach. The maximum size of all files that is attached is 10MB. You can attach a maximum of 5 files. </p>"
440442
},
441443
"mediaType":{
442444
"shape":"MimeType",
@@ -2628,7 +2630,6 @@
26282630
"RetrievalFilterList":{
26292631
"type":"list",
26302632
"member":{"shape":"RetrievalFilter"},
2631-
"max":5,
26322633
"min":2
26332634
},
26342635
"RetrievalResultConfluenceLocation":{

0 commit comments

Comments
 (0)