ExtensionsOpenAIModelFactory.ResponsesAzureAISearchToolResource Method
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 static Azure.AI.Extensions.OpenAI.ResponsesAzureAISearchToolResource ResponsesAzureAISearchToolResource(System.Collections.Generic.IEnumerable<Azure.AI.Extensions.OpenAI.ResponsesAISearchIndexResource> indexes = default);
static member ResponsesAzureAISearchToolResource : seq<Azure.AI.Extensions.OpenAI.ResponsesAISearchIndexResource> -> Azure.AI.Extensions.OpenAI.ResponsesAzureAISearchToolResource
Public Shared Function ResponsesAzureAISearchToolResource (Optional indexes As IEnumerable(Of ResponsesAISearchIndexResource) = Nothing) As ResponsesAzureAISearchToolResource
Parameters
The indices attached to this agent. There can be a maximum of 1 index resource attached to the agent.
Returns
A new ResponsesAzureAISearchToolResource instance for mocking.