aigentic
0.0.4-SNAPSHOT
common
core
/
community.flock.aigentic.core.dsl
/
ContextConfig
Context
Config
class
ContextConfig
:
Config
<
List
<
Context
>
>
Members
Members & Extensions
Constructors
Context
Config
Link copied to clipboard
constructor
(
)
Functions
add
Image
Link copied to clipboard
fun
ContextConfig
.
addImage
(
base64
:
String
)
:
Context.Image
add
Text
Link copied to clipboard
fun
ContextConfig
.
addText
(
text
:
String
)
:
Context.Text
build
Link copied to clipboard
open
override
fun
build
(
)
:
List
<
Context
>
builder
Property
Missing
Error
Message
Link copied to clipboard
inline
fun
<
T
>
Config
<
T
>
.
builderPropertyMissingErrorMessage
(
fieldName
:
String
,
setterName
:
String
)
:
(
)
->
String