NodeExecutionFailedEvent

constructor(runId: String, nodeName: String, input: JsonElement?, error: AIAgentError, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)


constructor(runId: String, nodeName: String, error: AIAgentError, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)

Deprecated

Use constructor with input parameter of type [JsonElement]

Creates an instance of NodeExecutionFailedEvent.

This constructor is deprecated and should be replaced with the constructor that accepts an input parameter of type JsonElement.