to
Creates a directed edge from the current node to the specified node, enabling the flow of data between them in the AI agent strategy graph. This method connects the current node's output directly to the input of the specified node without applying transformations.
Return
A FullAgentEdgeBuilder instance that allows further customization of the edge and its data flow properties. This builder establishes the connection between the current node's output and the specified node's input.
Parameters
The destination node to which the current node's output will be forwarded. The type of input this node processes is represented by OutgoingInput, and the type of output it produces is represented by OutgoingOutput.
Creates a directed edge from the current node to the specified node, enabling the flow of data between them in the AI agent strategy graph. This method connects the current node's output directly to the input of the specified node without applying transformations.
Return
A CompatibleFullAgentEdgeBuilder instance that allows further customization of the edge and its data flow properties. This builder establishes the connection between the current node's output and the specified node's input.
Parameters
The destination node to which the current node's output will be forwarded. The type of input this node processes is represented by IncomingOutput, and the type of output it produces is represented by OutgoingOutput.