koog
Toggle table of contents
0.6.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
agents-core
/
ai.koog.agents.core.agent
/
AIAgentFunctionalStrategy
/
AIAgentFunctionalStrategy
AIAgent
Functional
Strategy
constructor
(
name
:
String
,
func
:
suspend
AIAgentFunctionalContext
.
(
TInput
)
->
TOutput
)
(
source
)
Parameters
TInput
The type of input data processed by the strategy.
TOutput
The type of output data produced by the strategy.