koog-agents
Toggle table of contents
0.4.2
common
Platform filter
common
Switch theme
Search in API
koog-agents
prompt-executor-openai-client-base
/
ai.koog.prompt.executor.clients.openai.base.models
/
OpenAIContentPart
/
Text
Text
@
Serializable
@
SerialName
(
value
=
"text"
)
class
Text
(
val
text
:
String
)
:
OpenAIContentPart
(
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.