ToolboxRecord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A toolbox that stores reusable tool definitions for agents.
public class ToolboxRecord : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.ToolboxRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.ToolboxRecord>
type ToolboxRecord = class
interface IJsonModel<ToolboxRecord>
interface IPersistableModel<ToolboxRecord>
Public Class ToolboxRecord
Implements IJsonModel(Of ToolboxRecord), IPersistableModel(Of ToolboxRecord)
- Inheritance
-
ToolboxRecord
- Implements
Properties
| Name | Description |
|---|---|
| DefaultVersion |
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. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to ToolboxRecord) | |