NodeSpec
Specification schema for generic custom nodes.
Defines the configuration for custom nodes that implement specialized logic not covered by LLM or Tool nodes.
Attributes
attribute
kindLiteral['Node']
= 'Node'
attribute
namestr
attribute
funcstr
attribute
descriptionLocalizedValue | None
= None
attribute
promptsLocalizedValue | None
= None
attribute
nodeslist[str | EdgeSpec]
= []
attribute
llm_nodeslist[str | EdgeSpec]
= []
attribute
toolslist[str]
= []
Last updated on