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
/
ImageContent
Image
Content
@
Serializable
@
SerialName
(
value
=
"image"
)
data
class
ImageContent
(
val
data
:
String
,
val
mimeType
:
String
,
val
annotations
:
Annotations
?
=
null
)
:
PromptContent
,
ToolContent
,
SamplingContent
Members
Constructors
Image
Content
Link copied to clipboard
constructor
(
data
:
String
,
mimeType
:
String
,
annotations
:
Annotations
?
=
null
)
Properties
annotations
Link copied to clipboard
val
annotations
:
Annotations
?
data
Link copied to clipboard
val
data
:
String
mime
Type
Link copied to clipboard
val
mimeType
:
String