AzureAISearchToolResource 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.
A set of index resources used by the azure_ai_search tool.
public class AzureAISearchToolResource : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.AzureAISearchToolResource>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.AzureAISearchToolResource>
type AzureAISearchToolResource = class
interface IJsonModel<AzureAISearchToolResource>
interface IPersistableModel<AzureAISearchToolResource>
Public Class AzureAISearchToolResource
Implements IJsonModel(Of AzureAISearchToolResource), IPersistableModel(Of AzureAISearchToolResource)
- Inheritance
-
AzureAISearchToolResource
- Implements
Constructors
| Name | Description |
|---|---|
| AzureAISearchToolResource(IEnumerable<AISearchIndexResource>) |
Initializes a new instance of AzureAISearchToolResource. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. |
| Indexes |
The indices attached to this agent. There can be a maximum of 1 index resource attached to the agent. |
| Name |
Optional user-defined name for this tool or configuration. |