You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"smithy.api#documentation": "<p>The S3 URI where this specific audio segment is stored in the multimodal storage destination.</p>",
1410
+
"smithy.api#length": {
1411
+
"min": 1
1412
+
},
1413
+
"smithy.api#required": {}
1414
+
}
1415
+
},
1416
+
"transcription": {
1417
+
"target": "smithy.api#String",
1418
+
"traits": {
1419
+
"smithy.api#documentation": "<p>The text transcription of the audio segment content.</p>"
1420
+
}
1421
+
}
1422
+
},
1423
+
"traits": {
1424
+
"smithy.api#documentation": "<p>Contains information about an audio segment retrieved from a knowledge base, including its location and transcription.</p> <p>This data type is used in the following API operations:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_Retrieve.html#API_agent-runtime_Retrieve_ResponseSyntax\">Retrieve response</a> – in the <code>audio</code> field</p> </li> </ul>"
"smithy.api#documentation": "<p>The base64-encoded image data for inline image content. Maximum size is 5MB.</p>",
6610
+
"smithy.api#length": {
6611
+
"min": 1,
6612
+
"max": 5242880
6613
+
},
6614
+
"smithy.api#required": {}
6615
+
}
6616
+
}
6617
+
},
6618
+
"traits": {
6619
+
"smithy.api#documentation": "<p>Contains the image data for multimodal knowledge base queries, including format and content.</p> <p>This data type is used in the following API operations:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_Retrieve.html#API_agent-runtime_Retrieve_RequestSyntax\">Retrieve request</a> – in the <code>image</code> field</p> </li> </ul>"
"smithy.api#documentation": "<p>The template for the prompt that's sent to the model for response generation. You can include prompt placeholders, which become replaced before the prompt is sent to the model to provide instructions and context to the model. In addition, you can include XML tags to delineate meaningful sections of the prompt template.</p> <p>For more information, see the following resources:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-test-config.html#kb-test-config-sysprompt\">Knowledge base prompt templates</a> </p> </li> <li> <p> <a href=\"https://docs.anthropic.com/claude/docs/use-xml-tags\">Use XML tags with Anthropic Claude models</a> </p> </li> </ul>"
10265
+
"smithy.api#documentation": "<p>The template for the prompt that's sent to the model for response generation. You can include prompt placeholders, which become replaced before the prompt is sent to the model to provide instructions and context to the model. In addition, you can include XML tags to delineate meaningful sections of the prompt template.</p> <p>For more information, see the following resources:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-test-config.html#kb-test-config-sysprompt\">Knowledge base prompt templates</a> </p> </li> <li> <p> <a href=\"https://docs.claude.com/en/docs/build-with-claude/prompt-engineering/use-xml-tags\">Use XML tags with Anthropic Claude models</a> </p> </li> </ul>"
10156
10266
}
10157
10267
}
10158
10268
},
@@ -10763,7 +10873,7 @@
10763
10873
"index": {
10764
10874
"target": "smithy.api#Integer",
10765
10875
"traits": {
10766
-
"smithy.api#documentation": "<p>The ranking of the document. The lower a number, the higher the document is ranked.</p>",
10876
+
"smithy.api#documentation": "<p>The original index of the document from the input sources array.</p>",
10767
10877
"smithy.api#range": {
10768
10878
"min": 0,
10769
10879
"max": 1000
@@ -11216,6 +11326,18 @@
11216
11326
"smithy.api#documentation": "<p>A data URI with base64-encoded content from the data source. The URI is in the following format: returned in the following format: <code>data:image/jpeg;base64,${base64-encoded string}</code>.</p>"
"smithy.api#documentation": "<p>The S3 URI where this specific video segment is stored in the multimodal storage destination.</p>",
13913
+
"smithy.api#length": {
13914
+
"min": 1
13915
+
},
13916
+
"smithy.api#required": {}
13917
+
}
13918
+
},
13919
+
"summary": {
13920
+
"target": "smithy.api#String",
13921
+
"traits": {
13922
+
"smithy.api#documentation": "<p>A text summary describing the content of the video segment.</p>"
13923
+
}
13924
+
}
13925
+
},
13926
+
"traits": {
13927
+
"smithy.api#documentation": "<p>Contains information about a video segment retrieved from a knowledge base, including its location and summary.</p> <p>This data type is used in the following API operations:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_Retrieve.html#API_agent-runtime_Retrieve_ResponseSyntax\">Retrieve response</a> – in the <code>video</code> field</p> </li> </ul>"
0 commit comments