koog-agents-optimization
Toggle table of contents
0.1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
koog-agents-optimization
koog-agents-optimization
/
ai.koog.agents.optimization.optimizers.ace
/
ACEPlaybook
/
UpdatedBullets
/
UpdatedBullets
Updated
Bullets
constructor
(
helpfulBullets
:
List
<
String
>
,
harmfulBullets
:
List
<
String
>
,
neutralBullets
:
List
<
String
>
,
notFoundBullets
:
List
<
String
>
,
unknownBulletTags
:
List
<
ACEOptimizer.BulletTag
>
)