koog
Toggle table of contents
0.5.2-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
koog
prompt-model
/
ai.koog.prompt.message
/
ContentPart
/
Text
Text
@
Serializable
@
SerialName
(
value
=
"text"
)
data
class
Text
(
val
text
:
String
)
:
ContentPart
(
source
)
Text content part in the OpenAI chat completion API.
Members
Constructors
Text
Link copied to clipboard
constructor
(
text
:
String
)
Properties
text
Link copied to clipboard
val
text
:
String
The text content.