ResponsesAzureAISearchTool 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 ResponsesAzureAISearchTool : Azure.AI.Extensions.OpenAI.ResponsesTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesAzureAISearchTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesAzureAISearchTool>
type ResponsesAzureAISearchTool = class
inherit ResponsesTool
interface IJsonModel<ResponsesAzureAISearchTool>
interface IPersistableModel<ResponsesAzureAISearchTool>
Public Class ResponsesAzureAISearchTool
Inherits ResponsesTool
Implements IJsonModel(Of ResponsesAzureAISearchTool), IPersistableModel(Of ResponsesAzureAISearchTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ResponsesAzureAISearchTool(ResponsesAzureAISearchToolResource) |
Initializes a new instance of ResponsesAzureAISearchTool. |
Properties
| Name | Description |
|---|---|
| AzureAISearch |
The azure ai search index resource. |
| Description |
Optional user-defined description for this tool or configuration. |
| Name |
Optional user-defined name for this tool or configuration. |
| ToolConfigs |
Per-tool configuration map. Keys are tool names or |