AzureAISearchTool 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.
The input definition information for an Azure AI search tool as used to configure an agent.
public class AzureAISearchTool : Azure.AI.AgentServer.Responses.Models.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.AzureAISearchTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.AzureAISearchTool>
type AzureAISearchTool = class
inherit Tool
interface IJsonModel<AzureAISearchTool>
interface IPersistableModel<AzureAISearchTool>
Public Class AzureAISearchTool
Inherits Tool
Implements IJsonModel(Of AzureAISearchTool), IPersistableModel(Of AzureAISearchTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| AzureAISearchTool(AzureAISearchToolResource) |
Initializes a new instance of AzureAISearchTool. |
Properties
| Name | Description |
|---|---|
| AzureAiSearch |
The azure ai search index resource. |
| Description |
Optional user-defined description for this tool or configuration. |
| Name |
Optional user-defined name for this tool or configuration. |