Skip to content

Commit 9b81df6

Browse files
committed
Update message docs
1 parent f0e555e commit 9b81df6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
711 KB
Loading

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/multimodality.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Multimodality refers to a model’s ability to simultaneously understand and pro
2525

2626
The Spring AI Message API provides all necessary abstractions to support multimodal LLMs.
2727

28-
image::spring-ai-message-api.jpg[Spring AI Message API, width=600, align="center"]
28+
image::spring-ai-message-api.jpg[Spring AI Message API, width=800, align="center"]
2929

30-
The Message’s `content` field is used as primarily text inputs, while the, optional, `media` field allows adding one or more additional content of different modalities such as images, audio and video.
30+
The UserMessage’s `content` field is used as primarily text inputs, while the, optional, `media` field allows adding one or more additional content of different modalities such as images, audio and video.
3131
The `MimeType` specifies the modality type.
3232
Depending on the used LLMs the Media's data field can be either encoded raw media content or an URI to the content.
3333

0 commit comments

Comments
 (0)