LLMNodeSpec
Specification schema for LLM nodes.
Defines the structure and configuration for LLM nodes including prompts, tools, and connected nodes.
Attributes
attribute
kindLiteral['LLMNode']
= 'LLMNode'
attribute
namestr
attribute
promptsLocalizedValue
attribute
toolslist[str]
= []
attribute
nodeslist[str | EdgeSpec]
= []
Last updated on