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

@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.

Link to this section Functions

Link to this macro

connector(args \\ [])

(macro)
Link to this macro

connector(record, args)

(macro)