NodeAfterExecuteContext
data class NodeAfterExecuteContext(val node: AIAgentNodeBase<*, *>, val context: AIAgentContextBase, val input: Any?, val output: Any?, val inputType: KType, val outputType: KType) : NodeEventHandlerContext(source)
Represents the context for handling an after node execution event.
Constructors
Link copied to clipboard
constructor(node: AIAgentNodeBase<*, *>, context: AIAgentContextBase, input: Any?, output: Any?, inputType: KType, outputType: KType)