MCP Kotlin SDK
Toggle table of contents
0.7.0
common
Platform filter
common
Switch theme
Search in API
MCP Kotlin SDK
kotlin-sdk-core
/
io.modelcontextprotocol.kotlin.sdk
/
PromptMessageContentMultimodal
Prompt
Message
Content
Multimodal
@
Serializable
(
with
=
PromptMessageContentMultimodalPolymorphicSerializer::class
)
sealed
interface
PromptMessageContentMultimodal
:
PromptMessageContent
(
source
)
Represents prompt message content that is either text, image or audio.
Inheritors
TextContent
ImageContent
AudioContent
UnknownContent
Members
Properties
type
Link copied to clipboard
abstract
val
type
:
String