Liman

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

attributekindLiteral['Node']
= 'Node'
attributenamestr
attributefuncstr
attributedescriptionLocalizedValue | None
= None
attributepromptsLocalizedValue | None
= None
attributenodeslist[str | EdgeSpec]
= []
attributellm_nodeslist[str | EdgeSpec]
= []
attributetoolslist[str]
= []

Last updated on

On this page