AgentClosingEvent

constructor(eventId: String, executionInfo: AgentExecutionInfo, agentId: String, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)


constructor(agentId: String)(source)

Deprecated

Please use constructor with executionInfo parameter

Replace with

AgentClosingEvent(executionInfo, agentId)