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