NodeAfterExecuteContext
data class NodeAfterExecuteContext(val context: AIAgentContextBase, val node: AIAgentNodeBase<*, *>, 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(context: AIAgentContextBase, node: AIAgentNodeBase<*, *>, input: Any?, output: Any?, inputType: KType, outputType: KType)