mcp4k
Toggle table of contents
0.4.8
common
Target filter
common
Switch theme
Search in API
Skip to content
mcp4k
mcp4k-runtime
/
sh.ondr.mcp4k.schema.content
/
TextContent
Text
Content
@
Serializable
@
SerialName
(
value
=
"text"
)
data
class
TextContent
(
val
text
:
String
,
val
annotations
:
Annotations
?
=
null
)
:
PromptContent
,
ToolContent
,
SamplingContent
Members
Constructors
Text
Content
Link copied to clipboard
constructor
(
text
:
String
,
annotations
:
Annotations
?
=
null
)
Properties
annotations
Link copied to clipboard
val
annotations
:
Annotations
?
text
Link copied to clipboard
val
text
:
String