koog-agents
Toggle table of contents
0.3.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
prompt-model
/
ai.koog.prompt.dsl
/
MessageContent
Message
Content
data
class
MessageContent
(
val
content
:
String
,
val
attachments
:
List
<
Attachment
>
=
emptyList()
)
(
source
)
Message content with attachments
Members
Constructors
Message
Content
Link copied to clipboard
constructor
(
content
:
String
,
attachments
:
List
<
Attachment
>
=
emptyList()
)
Properties
attachments
Link copied to clipboard
val
attachments
:
List
<
Attachment
>
content
Link copied to clipboard
val
content
:
String