AIAgentNodeExecutionEndEvent
data class AIAgentNodeExecutionEndEvent(val runId: String, val nodeName: String, val input: String, val output: String, val eventId: String = AIAgentNodeExecutionEndEvent::class.simpleName!!) : DefinedFeatureEvent(source)
Represents an event indicating the completion of a node's execution within an AI agent.
This event is triggered when a specific processing node, identified by its name, concludes its execution. It encapsulates details about the node's name, the input it operated on, and the output it produced.