koog
Toggle table of contents
1.0.0-preview2
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
prompt-model
/
ai.koog.prompt.dsl
/
ContentPartsBuilderBase
/
text
text
fun
text
(
text
:
String
,
cacheControl
:
CacheControl
)
(
source
)
Adds
MessagePart.Text
to the list of parts.
fun
text
(
cacheControl
:
CacheControl
?
=
null
,
init
:
TextContentBuilder
.
(
)
->
Unit
)
(
source
)