ToolboxObject interface
A toolbox that stores reusable tool definitions for agents.
Properties
| default_version | The version identifier that the toolbox currently points to. Defaults to the latest version. Can be changed via updateToolbox. |
| id | The unique identifier of the toolbox. |
| name | The name of the toolbox. |
Property Details
default_version
The version identifier that the toolbox currently points to. Defaults to the latest version. Can be changed via updateToolbox.
default_version: string
Property Value
string
id
The unique identifier of the toolbox.
id: string
Property Value
string
name
The name of the toolbox.
name: string
Property Value
string