ToolboxTool 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.
An abstract representation of a tool stored in a toolbox. Please note this is the abstract base class. The derived classes available for instantiation are: FabricIQPreviewToolboxTool, CodeInterpreterToolboxTool, FileSearchToolboxTool, WebSearchToolboxTool, MCPToolboxTool, AzureAISearchToolboxTool, OpenApiToolboxTool, A2APreviewToolboxTool, BrowserAutomationPreviewToolboxTool, ReminderPreviewToolboxTool, WorkIQPreviewToolboxTool, and ToolboxSearchPreviewToolboxTool.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.Agents.UnknownToolboxTool))]
public abstract class ToolboxTool : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.ToolboxTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.ToolboxTool>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.Agents.UnknownToolboxTool))>]
type ToolboxTool = class
interface IJsonModel<ToolboxTool>
interface IPersistableModel<ToolboxTool>
Public MustInherit Class ToolboxTool
Implements IJsonModel(Of ToolboxTool), IPersistableModel(Of ToolboxTool)
- Inheritance
-
ToolboxTool
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. |
| Name |
Optional user-defined name for this tool or configuration. |
| ToolConfigs |
Per-tool configuration map. Keys are tool names or |