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