koog-agents
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-test
/
ai.koog.agents.testing.tools
/
ToolCondition
/
ToolCondition
Tool
Condition
constructor
(
tool
:
Tool
<
Args
,
Result
>
,
argsCondition
:
suspend
(
Args
)
->
Boolean
,
produceResult
:
suspend
(
Args
)
->
Result
)
(
source
)
Parameters
Args
The type of arguments the tool accepts
Result
The type of result the tool produces