ToolboxSearchPreviewTool 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 tool for searching over the agent's toolbox.
When present, deferred tools are hidden from tools/list and only
discoverable via search_tools queries at runtime.
public class ToolboxSearchPreviewTool : Azure.AI.Projects.Agents.ProjectsAgentTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.ToolboxSearchPreviewTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.ToolboxSearchPreviewTool>
type ToolboxSearchPreviewTool = class
inherit ProjectsAgentTool
interface IJsonModel<ToolboxSearchPreviewTool>
interface IPersistableModel<ToolboxSearchPreviewTool>
Public Class ToolboxSearchPreviewTool
Inherits ProjectsAgentTool
Implements IJsonModel(Of ToolboxSearchPreviewTool), IPersistableModel(Of ToolboxSearchPreviewTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ToolboxSearchPreviewTool() |
Initializes a new instance of ToolboxSearchPreviewTool. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. |
| Name |
Optional user-defined name for this tool or configuration. |