DefinedAIAgentNodeBuilder
constructor(name: String?, inputTypeToken: ERROR CLASS: Symbol not found for TypeToken, outputTypeToken: ERROR CLASS: Symbol not found for 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.
Type 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.