StrategyFinishContext
class StrategyFinishContext<TFeature>(val runId: String, val strategy: AIAgentStrategy<*, *>, val feature: TFeature, val result: Any?, val resultType: KType) : StrategyEventHandlerContext(source)
Represents the context associated with the completion of an AI agent strategy execution.
Parameters
TFeature
The type of feature associated with the strategy update.
Constructors
Link copied to clipboard
constructor(runId: String, strategy: AIAgentStrategy<*, *>, feature: TFeature, result: Any?, resultType: KType)