WebSearchTool 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 WebSearchTool : Azure.AI.AgentServer.Responses.Models.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.WebSearchTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.WebSearchTool>
type WebSearchTool = class
inherit Tool
interface IJsonModel<WebSearchTool>
interface IPersistableModel<WebSearchTool>
Public Class WebSearchTool
Inherits Tool
Implements IJsonModel(Of WebSearchTool), IPersistableModel(Of WebSearchTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| WebSearchTool() |
Initializes a new instance of WebSearchTool. |
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 |
| UserLocation |
Gets or sets the UserLocation. |