ResponsesWebSearchTool 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.
Web search.
public class ResponsesWebSearchTool : Azure.AI.Extensions.OpenAI.ResponsesTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesWebSearchTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesWebSearchTool>
type ResponsesWebSearchTool = class
inherit ResponsesTool
interface IJsonModel<ResponsesWebSearchTool>
interface IPersistableModel<ResponsesWebSearchTool>
Public Class ResponsesWebSearchTool
Inherits ResponsesTool
Implements IJsonModel(Of ResponsesWebSearchTool), IPersistableModel(Of ResponsesWebSearchTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ResponsesWebSearchTool() |
Initializes a new instance of ResponsesWebSearchTool. |
Properties
| Name | Description |
|---|---|
| CustomSearchConfiguration |
The project connections attached to this tool. There can be a maximum of 1 connection resource attached to the tool. |
| Description |
Optional user-defined description for this tool or configuration. |
| Filters |
Gets or sets the Filters. |
| Name |
Optional user-defined name for this tool or configuration. |
| SearchContextSize |
High level guidance for the amount of context window space to use for the search. One of |
| ToolConfigs |
Per-tool configuration map. Keys are tool names or |
| UserLocation |
Gets or sets the UserLocation. |