AzureAISearchTool(AzureAISearchToolResource) Constructor
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.
Initializes a new instance of AzureAISearchTool.
public AzureAISearchTool(Azure.AI.AgentServer.Responses.Models.AzureAISearchToolResource azureAiSearch);
new Azure.AI.AgentServer.Responses.Models.AzureAISearchTool : Azure.AI.AgentServer.Responses.Models.AzureAISearchToolResource -> Azure.AI.AgentServer.Responses.Models.AzureAISearchTool
Public Sub New (azureAiSearch As AzureAISearchToolResource)
Parameters
- azureAiSearch
- AzureAISearchToolResource
The azure ai search index resource.
Exceptions
azureAiSearch is null.