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.message
/
AttachmentContent
/
PlainText
Plain
Text
@
Serializable
data
class
PlainText
(
val
text
:
String
)
:
AttachmentContent
(
source
)
Plain text content.
Members
Constructors
Plain
Text
Link copied to clipboard
constructor
(
text
:
String
)
Properties
text
Link copied to clipboard
val
text
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String