WebSearchToolExtensions.set_CustomSearchConfiguration 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.
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