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
/
UnknownContent
Unknown
Content
@
Serializable
data
class
UnknownContent
(
val
type
:
String
)
:
PromptMessageContentMultimodal
(
source
)
Unknown content provided to or from an LLM.
Members
Constructors
Unknown
Content
Link copied to clipboard
constructor
(
type
:
String
)
Properties
type
Link copied to clipboard
open
override
val
type
:
String