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