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.Projects.OpenAI.AgentTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.AzureAISearchTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.AzureAISearchTool>
type AzureAISearchTool = class
inherit AgentTool
interface IJsonModel<AzureAISearchTool>
interface IPersistableModel<AzureAISearchTool>
Public Class AzureAISearchTool
Inherits AgentTool
Implements IJsonModel(Of AzureAISearchTool), IPersistableModel(Of AzureAISearchTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| AzureAISearchTool(AzureAISearchToolOptions) | |
Properties
| Name | Description |
|---|---|
| Options |
Options applied to the AzureAISearchTool instance. |