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