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. |
| updated_at | The Unix timestamp (seconds) when the toolbox was last updated. This value changes when a new toolbox version is created or the toolbox is updated. |
| versions | The versions associated with the toolbox. Absent on responses that do not expand versions. |
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
updated_at
The Unix timestamp (seconds) when the toolbox was last updated. This value changes when a new toolbox version is created or the toolbox is updated.
updated_at: Date
Property Value
Date
versions
The versions associated with the toolbox. Absent on responses that do not expand versions.
versions?: ToolboxVersions