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
/
PlaybookBulletItem
/
PlaybookBulletItem
Playbook
Bullet
Item
constructor
(
content
:
String
,
section
:
PlaybookSection
,
helpfulCount
:
Int
,
harmfulCount
:
Int
)
Creates a bullet whose
id
is freshly allocated within
section
via
generateNewId
.
constructor
(
content
:
String
,
id
:
String
,
helpfulCount
:
Int
,
harmfulCount
:
Int
)