GenAI.Records.Link (GenAI Core v0.1.1)
Records related to graph links.
Link to this section Summary
Types
Record representing a link connector (target, and socket).
Link to this section Types
Link to this type
connector()
@type connector() :: {:connector, node :: GenAI.Types.Graph.graph_node_id(), socket :: term(), external :: atom()}
Record representing a link connector (target, and socket).
note
Note
Socket is used for elements with special input output links like grid search to indicate appropriate link to use per state.