WebSearchToolExtensions.get_CustomSearchConfiguration(WebSearchTool) Method

Definition

Gets or sets the Foundry-specific custom search configuration applied to this web search tool. The value is stored as a JSON patch on the underlying tool definition.

public static Azure.AI.Projects.Agents.ProjectWebSearchConfiguration get_CustomSearchConfiguration(OpenAI.Responses.WebSearchTool webSearchTool);
static member get_CustomSearchConfiguration : OpenAI.Responses.WebSearchTool -> Azure.AI.Projects.Agents.ProjectWebSearchConfiguration
Public Shared Function get_CustomSearchConfiguration (webSearchTool As WebSearchTool) As ProjectWebSearchConfiguration

Parameters

webSearchTool
OpenAI.Responses.WebSearchTool

Returns

Applies to