AzureAISearchToolOptions 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 AzureAISearchToolOptions : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.AzureAISearchToolOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.AzureAISearchToolOptions>
type AzureAISearchToolOptions = class
interface IJsonModel<AzureAISearchToolOptions>
interface IPersistableModel<AzureAISearchToolOptions>
Public Class AzureAISearchToolOptions
Implements IJsonModel(Of AzureAISearchToolOptions), IPersistableModel(Of AzureAISearchToolOptions)
- Inheritance
-
AzureAISearchToolOptions
- Implements
Constructors
| Name | Description |
|---|---|
| AzureAISearchToolOptions(IEnumerable<AzureAISearchToolIndex>) |
Initializes a new instance of AzureAISearchToolOptions. |
Properties
| Name | Description |
|---|---|
| Indexes |
The indices attached to this agent. There can be a maximum of 1 index resource attached to the agent. |