Liman

FunctionNodeSpec

Specification schema for function nodes.

Defines the configuration for custom function nodes including function reference, descriptions, and connected nodes.

Attributes

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

Last updated on

On this page