StrategyCompletedEvent
constructor(eventId: String, executionInfo: AgentExecutionInfo, runId: String, strategyName: String, result: String?, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)
constructor(runId: String, strategyName: String, result: String?, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)
Deprecated
Use constructor with executionInfo parameter
Replace with
StrategyCompletedEvent(executionInfo, runId, strategyName, result, timestamp)Content copied to clipboard