AgentExecutionFailedEvent

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


constructor(agentId: String, runId: String, error: AIAgentError)(source)

Deprecated

Please use constructor with executionInfo parameter

Replace with

AgentExecutionFailedEvent(executionInfo, agentId, runId, error)