AzureAISearchTool Class

Definition

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
AzureAISearchTool
Implements

Applies to