AzureAISearchToolboxTool 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.
An Azure AI Search tool stored in a toolbox.
public class AzureAISearchToolboxTool : Azure.AI.Projects.Agents.ToolboxTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.AzureAISearchToolboxTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.AzureAISearchToolboxTool>
type AzureAISearchToolboxTool = class
inherit ToolboxTool
interface IJsonModel<AzureAISearchToolboxTool>
interface IPersistableModel<AzureAISearchToolboxTool>
Public Class AzureAISearchToolboxTool
Inherits ToolboxTool
Implements IJsonModel(Of AzureAISearchToolboxTool), IPersistableModel(Of AzureAISearchToolboxTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| AzureAISearchToolboxTool(AzureAISearchToolOptions) |
Initializes a new instance of AzureAISearchToolboxTool. |
Properties
| Name | Description |
|---|---|
| AzureAiSearch |
The azure ai search index resource. |
| Description |
Optional user-defined description for this tool or configuration. (Inherited from ToolboxTool) |
| Name |
Optional user-defined name for this tool or configuration. (Inherited from ToolboxTool) |
| ToolConfigs |
Per-tool configuration map. Keys are tool names or |