WebSearchToolExtensions Class

Definition

Extension methods that expose Microsoft Foundry-specific configuration on OpenAI.Responses.WebSearchTool instances.

public static class WebSearchToolExtensions
type WebSearchToolExtensions = class
Public Class WebSearchToolExtensions
Inheritance
WebSearchToolExtensions

Properties

Name Description
CustomSearchConfiguration

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.

Methods

Name Description
get_CustomSearchConfiguration(WebSearchTool)

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.

set_CustomSearchConfiguration(WebSearchTool, ProjectWebSearchConfiguration)

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.

Applies to