StrategyCompletedContext
class StrategyCompletedContext<TFeature>(val runId: String, val strategy: AIAgentStrategy<*, *, *>, val feature: TFeature, val result: Any?, val resultType: KType, val agentId: String) : StrategyEventContext(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.