ToolSearchToolParam 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 ToolSearchToolParam : Azure.AI.AgentServer.Responses.Models.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ToolSearchToolParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ToolSearchToolParam>
type ToolSearchToolParam = class
inherit Tool
interface IJsonModel<ToolSearchToolParam>
interface IPersistableModel<ToolSearchToolParam>
Public Class ToolSearchToolParam
Inherits Tool
Implements IJsonModel(Of ToolSearchToolParam), IPersistableModel(Of ToolSearchToolParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ToolSearchToolParam() |
Initializes a new instance of ToolSearchToolParam. |
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. |