SubgraphExecutionFailedEvent
constructor(eventId: String, executionInfo: AgentExecutionInfo, runId: String, subgraphName: String, input: JsonElement?, error: AIAgentError, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)
constructor(runId: String, subgraphName: String, input: JsonElement?, error: AIAgentError, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)
Deprecated
Use constructor with executionInfo parameter
Replace with
SubgraphExecutionFailedEvent(executionInfo, runId, subgraphName, input, error, timestamp)Content copied to clipboard