PromptMessageContentMultimodal

@Serializable(with = PromptMessageContentMultimodalPolymorphicSerializer::class)
sealed interface PromptMessageContentMultimodal : PromptMessageContent(source)

Represents prompt message content that is either text, image or audio.

Inheritors

Properties

Link copied to clipboard
abstract val type: String