ToolNodeSpec
Specification schema for tool nodes.
Defines the complete configuration for a tool node including function reference, arguments, descriptions, and triggers.
Attributes
attribute
kindLiteral['ToolNode']
= 'ToolNode'
attribute
namestr
attribute
descriptionLocalizedValue | None
= None
attribute
funcstr | None
= None
attribute
argumentslist[ToolArgument] | list[ToolObjectArgument] | None
= None
attribute
triggerslist[LocalizedValue] | None
= None
attribute
tool_prompt_templateLocalizedValue | None
= None
attribute
llm_nodeslist[EdgeSpec]
= []
Last updated on