BrowserAutomationPreviewToolboxTool 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 browser automation tool stored in a toolbox.
public class BrowserAutomationPreviewToolboxTool : Azure.AI.Projects.Agents.ToolboxTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.BrowserAutomationPreviewToolboxTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.BrowserAutomationPreviewToolboxTool>
type BrowserAutomationPreviewToolboxTool = class
inherit ToolboxTool
interface IJsonModel<BrowserAutomationPreviewToolboxTool>
interface IPersistableModel<BrowserAutomationPreviewToolboxTool>
Public Class BrowserAutomationPreviewToolboxTool
Inherits ToolboxTool
Implements IJsonModel(Of BrowserAutomationPreviewToolboxTool), IPersistableModel(Of BrowserAutomationPreviewToolboxTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| BrowserAutomationPreviewToolboxTool(BrowserAutomationToolOptions) |
Initializes a new instance of BrowserAutomationPreviewToolboxTool. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. (Inherited from ToolboxTool) |
| Name |
Optional user-defined name for this tool or configuration. (Inherited from ToolboxTool) |
| ToolConfigs |
Per-tool configuration map. Keys are tool names or |
| ToolParameters |
The Browser Automation Tool parameters. |