Skip to content

Commit aec4d2b

Browse files
author
awstools
committed
feat(client-bedrock-agent-runtime): Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array
1 parent 238987e commit aec4d2b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

clients/client-bedrock-agent-runtime/src/models/models_0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ export interface ByteContentFile {
876876
mediaType: string | undefined;
877877

878878
/**
879-
* <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>
879+
* <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>
880880
* @public
881881
*/
882882
data: Uint8Array | undefined;

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@
11191119
"data": {
11201120
"target": "com.amazonaws.bedrockagentruntime#ByteContentBlob",
11211121
"traits": {
1122-
"smithy.api#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>",
1122+
"smithy.api#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>",
11231123
"smithy.api#required": {}
11241124
}
11251125
}
@@ -4736,8 +4736,7 @@
47364736
},
47374737
"traits": {
47384738
"smithy.api#length": {
4739-
"min": 2,
4740-
"max": 5
4739+
"min": 2
47414740
}
47424741
}
47434742
},

0 commit comments

Comments
 (0)