aigentic
0.4.0-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
Base64
Link copied to clipboard
fun
ContextConfig
.
addBase64
(
base64
:
String
,
mimeType
:
MimeType
)
:
Context.Base64
add
Text
Link copied to clipboard
fun
ContextConfig
.
addText
(
text
:
String
)
:
Context.Text
add
Url
Link copied to clipboard
fun
ContextConfig
.
addUrl
(
url
:
String
,
mimeType
:
MimeType
)
:
Context.Url
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