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