AzureAISearchToolboxTool(AzureAISearchToolOptions) 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 AzureAISearchToolboxTool.
public AzureAISearchToolboxTool(Azure.AI.Projects.Agents.AzureAISearchToolOptions azureAiSearch);
new Azure.AI.Projects.Agents.AzureAISearchToolboxTool : Azure.AI.Projects.Agents.AzureAISearchToolOptions -> Azure.AI.Projects.Agents.AzureAISearchToolboxTool
Public Sub New (azureAiSearch As AzureAISearchToolOptions)
Parameters
- azureAiSearch
- AzureAISearchToolOptions
The azure ai search index resource.
Exceptions
azureAiSearch is null.