ToolSearchTool 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.
Tool search tool.
public class ToolSearchTool : Azure.AI.Projects.Agents.ProjectsAgentTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.ToolSearchTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.ToolSearchTool>
type ToolSearchTool = class
inherit ProjectsAgentTool
interface IJsonModel<ToolSearchTool>
interface IPersistableModel<ToolSearchTool>
Public Class ToolSearchTool
Inherits ProjectsAgentTool
Implements IJsonModel(Of ToolSearchTool), IPersistableModel(Of ToolSearchTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ToolSearchTool() |
Initializes a new instance of ToolSearchTool. |
Properties
| Name | Description |
|---|---|
| Description |
Gets or sets the Description. |
| Execution |
Whether tool search is executed by the server or by the client. |
| Parameters |
Gets or sets the Parameters. |