DefinedAIAgentNodeBuilder
constructor(name: String?, inputTypeToken: TypeToken, outputTypeToken: TypeToken, nodeAction: ContextualAction<Input, Output>)(source)
Initializes a new instance of the builder with the specified node name, input/output type tokens, and the contextual action to execute in the node.
Parameters
Input
The type of the input data processed by the constructed AIAgentNode.
Output
The type of the output data produced by the constructed AIAgentNode.