AzureAISearchAgentTool Constructors
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.
Overloads
| Name | Description |
|---|---|
| AzureAISearchAgentTool() |
Initializes a new instance of AzureAISearchAgentTool for deserialization. |
| AzureAISearchAgentTool(AzureAISearchToolResource) |
Initializes a new instance of AzureAISearchAgentTool. |
| AzureAISearchAgentTool(ToolType, IDictionary<String,BinaryData>, AzureAISearchToolResource) |
Initializes a new instance of AzureAISearchAgentTool. |
AzureAISearchAgentTool()
- Source:
- AzureAISearchAgentTool.cs
Initializes a new instance of AzureAISearchAgentTool for deserialization.
public AzureAISearchAgentTool();
Public Sub New ()
Applies to
AzureAISearchAgentTool(AzureAISearchToolResource)
- Source:
- AzureAISearchAgentTool.cs
Initializes a new instance of AzureAISearchAgentTool.
public AzureAISearchAgentTool(Azure.AI.AgentServer.Contracts.Generated.OpenAI.AzureAISearchToolResource azureAiSearch);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.AzureAISearchAgentTool : Azure.AI.AgentServer.Contracts.Generated.OpenAI.AzureAISearchToolResource -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.AzureAISearchAgentTool
Public Sub New (azureAiSearch As AzureAISearchToolResource)
Parameters
- azureAiSearch
- AzureAISearchToolResource
The azure ai search index resource.
Exceptions
azureAiSearch is null.
Applies to
AzureAISearchAgentTool(ToolType, IDictionary<String,BinaryData>, AzureAISearchToolResource)
- Source:
- AzureAISearchAgentTool.cs
Initializes a new instance of AzureAISearchAgentTool.
public AzureAISearchAgentTool(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData, Azure.AI.AgentServer.Contracts.Generated.OpenAI.AzureAISearchToolResource azureAiSearch);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.AzureAISearchAgentTool : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolType * System.Collections.Generic.IDictionary<string, BinaryData> * Azure.AI.AgentServer.Contracts.Generated.OpenAI.AzureAISearchToolResource -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.AzureAISearchAgentTool
Public Sub New (type As ToolType, serializedAdditionalRawData As IDictionary(Of String, BinaryData), azureAiSearch As AzureAISearchToolResource)
Parameters
- type
- ToolType
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.
- azureAiSearch
- AzureAISearchToolResource
The azure ai search index resource.