WebSearchToolExtensions.set_CustomSearchConfiguration 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 void set_CustomSearchConfiguration(OpenAI.Responses.WebSearchTool webSearchTool, Azure.AI.Projects.Agents.ProjectWebSearchConfiguration value);
static member set_CustomSearchConfiguration : OpenAI.Responses.WebSearchTool * Azure.AI.Projects.Agents.ProjectWebSearchConfiguration -> unit
Public Shared Sub set_CustomSearchConfiguration (webSearchTool As WebSearchTool, value As ProjectWebSearchConfiguration)

Parameters

webSearchTool
OpenAI.Responses.WebSearchTool

Applies to