WebSearchToolboxTool 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.
A web search tool stored in a toolbox.
public class WebSearchToolboxTool : Azure.AI.Projects.Agents.ToolboxTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.WebSearchToolboxTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.WebSearchToolboxTool>
type WebSearchToolboxTool = class
inherit ToolboxTool
interface IJsonModel<WebSearchToolboxTool>
interface IPersistableModel<WebSearchToolboxTool>
Public Class WebSearchToolboxTool
Inherits ToolboxTool
Implements IJsonModel(Of WebSearchToolboxTool), IPersistableModel(Of WebSearchToolboxTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| WebSearchToolboxTool() |
Initializes a new instance of WebSearchToolboxTool. |
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. (Inherited from ToolboxTool) |
| Filters |
Gets or sets the Filters. |
| Name |
Optional user-defined name for this tool or configuration. (Inherited from ToolboxTool) |
| 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. |