AIAgentEdge

Represents a directed edge connecting two nodes in the graph of an AI agent strategy. This edge facilitates the transmission of data between a source node and a destination node, allowing transformation or filtering of output values from the source node before they reach the destination node.

Parameters

IncomingOutput

The type of output produced by the source node connected to this edge.

OutgoingInput

The type of input accepted by the destination node connected to this edge.

Properties

Link copied to clipboard

The destination node that this edge connects to.