FunctionNodeSpec
Specification schema for function nodes.
Defines the configuration for custom function nodes including function reference, descriptions, and connected nodes.
Attributes
attribute
kindLiteral['FunctionNode']
= 'FunctionNode'
attribute
namestr
attribute
funcstr | None
= None
attribute
descriptionLocalizedValue | None
= None
attribute
promptsLocalizedValue | None
= None
attribute
nodeslist[str | EdgeSpec]
= []
attribute
llm_nodeslist[str | EdgeSpec]
= []
attribute
toolslist[str]
= []
Last updated on