ToolArgument
Specification for a tool function argument.
Defines the name, type, description, and optionality of a single argument that can be passed to a tool function.
Attributes
attribute
namestr
attribute
typestr | list[str]
attribute
descriptionLocalizedValue | None
= None
attribute
optionalbool
= False
Last updated on