GenAI.Types.Graph (GenAI Core v0.2.0)
GenAI.VNext.Graph Type Declarations.
Link to this section Summary
Types
A GenAI.VNext.Graph Object
A GenAI.VNext.Graph Object Identifier
A GenAI.VNext.Graph Link Object
A GenAI.VNext.Graph Link Object Identifier
A GenAI.VNext.Graph Node Object
A GenAI.VNext.Graph Node Object Identifier
GenAI.VNext.Graph Link Label (e.g. "Log Output")
GenAI.VNext.Graph Link Type (e.g. comment, path, etc.)
Functions
Guard to check if a value is a valid Graph ID.
Guard to check if a value is a valid Link ID.
Guard to check if a value is a valid Node ID.
Link to this section Types
graph()
@type graph() :: term()
A GenAI.VNext.Graph Object
graph_id()
@type graph_id() :: term()
A GenAI.VNext.Graph Object Identifier
graph_link()
@type graph_link() :: term()
A GenAI.VNext.Graph Link Object
graph_link_id()
@type graph_link_id() :: term()
A GenAI.VNext.Graph Link Object Identifier
graph_node()
@type graph_node() :: term()
A GenAI.VNext.Graph Node Object
graph_node_id()
@type graph_node_id() :: term()
A GenAI.VNext.Graph Node Object Identifier
link_label()
@type link_label() :: term()
GenAI.VNext.Graph Link Label (e.g. "Log Output")
link_type()
@type link_type() :: term()
GenAI.VNext.Graph Link Type (e.g. comment, path, etc.)
Link to this section Functions
Guard to check if a value is a valid Graph ID.
Guard to check if a value is a valid Link ID.
Guard to check if a value is a valid Node ID.