BrowserAutomationAgentTool 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.
The input definition information for a Browser Automation Tool, as used to configure an Agent.
public class BrowserAutomationAgentTool : Azure.AI.Projects.OpenAI.AgentTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.BrowserAutomationAgentTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.BrowserAutomationAgentTool>
type BrowserAutomationAgentTool = class
inherit AgentTool
interface IJsonModel<BrowserAutomationAgentTool>
interface IPersistableModel<BrowserAutomationAgentTool>
Public Class BrowserAutomationAgentTool
Inherits AgentTool
Implements IJsonModel(Of BrowserAutomationAgentTool), IPersistableModel(Of BrowserAutomationAgentTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| BrowserAutomationAgentTool(BrowserAutomationToolParameters) |
Initializes a new instance of BrowserAutomationAgentTool. |
Properties
| Name | Description |
|---|---|
| BrowserAutomationPreview |
The Browser Automation Tool parameters. |