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.
Type Parameters
The type of output produced by the source node connected to this edge.
The type of input accepted by the destination node connected to this edge.
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.
Type Parameters
The type of output produced by the source node connected to this edge.
The type of input accepted by the destination node connected to this edge.
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.
Type Parameters
The type of output produced by the source node connected to this edge.
The type of input accepted by the destination node connected to this edge.
Types
Properties
The source node in the AI agent strategy graph which this edge connects.
The source node in the AI agent strategy graph which this edge connects.
The source node in the AI agent strategy graph which this edge connects.
The destination node in the AI agent strategy graph to which this edge connects.
The destination node that this edge connects to.
The destination node in the AI agent strategy graph to which this edge connects.