Skip to content

Commit 1d6e59d

Browse files
punnapavankumar9namsoo2
authored andcommitted
docs(bedrock-converse): fix MIME types and standardize formatting in video modalities docs (spring-projects#3413)
Fixes: 3413 Auto-cherry-pick to 1.0.x Signed-off-by: punnapavankumar9 <[email protected]> Signed-off-by: minsoo.nam <[email protected]>
1 parent 894befb commit 1d6e59d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/bedrock-converse.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ The image shows a close-up view of a wire fruit basket containing several pieces
222222

223223
The link:https://docs.aws.amazon.com/nova/latest/userguide/modalities-video.html[Amazon Nova models] allow you to include a single video in the payload, which can be provided either in base64 format or through an Amazon S3 URI.
224224

225-
Currently, Bedrock Nova supports the images of `video/x-matros`, `video/quicktime`, `video/mp4`, `video/video/webm`, `video/x-flv`, `video/mpeg`, `video/x-ms-wmv` and `image/3gpp` mime types.
225+
Currently, Bedrock Nova supports the videos of `video/x-matroska`, `video/quicktime`, `video/mp4`, `video/webm`, `video/x-flv`, `video/mpeg`, `video/x-ms-wmv` and `video/3gpp` mime types.
226226

227-
Spring AI's `Message` interface supports multimodal AI models by introducing the `Media`` type.
227+
Spring AI's `Message` interface supports multimodal AI models by introducing the `Media` type.
228228
It contains data and information about media attachments in messages, using Spring's `org.springframework.util.MimeType` and a `java.lang.Object` for the raw media data.
229229

230230
Below is a simple code example, demonstrating the combination of user text with a video.

0 commit comments

Comments
 (0)