AIAgentFunctionalStrategy

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.