toggle menu
MCP Kotlin SDK
1.0-SNAPSHOT
jvm
switch theme
search in API
MCP Kotlin SDK
/
org.jetbrains.kotlinx.mcp
/
TextContent
Text
Content
@
Serializable
data
class
TextContent
(
val
text
:
String
?
=
null
)
:
PromptMessageContentTextOrImage
(
source
)
Text provided to or from an LLM.
Members
Constructors
Text
Content
Link copied to clipboard
constructor
(
text
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
text
Link copied to clipboard
val
text
:
String
?
=
null
The text content of the message.
type
Link copied to clipboard
open
override
val
type
:
String