GenAI.Graph.NodeBehaviour behaviour (GenAI Core v0.1.1)
Behaviour Graph Node Elements must adhere to.
Link to this section Summary
Functions
Define the struct of a node with default fields included.
Define the type of a node with default fields included.
Link to this section Callbacks
Link to this callback
description(graph_node)
Link to this callback
description(graph_node, default)
Link to this callback
handle(graph_node)
Link to this callback
handle(graph_node, default)
Link to this callback
id(graph_node)
Link to this callback
name(graph_node)
Link to this callback
name(graph_node, default)
Link to this callback
new()
@callback new() :: struct()
Link to this callback