BrowserAutomationAgentTool Constructors
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.
Overloads
| Name | Description |
|---|---|
| BrowserAutomationAgentTool() |
Initializes a new instance of BrowserAutomationAgentTool for deserialization. |
| BrowserAutomationAgentTool(BrowserAutomationToolParameters) |
Initializes a new instance of BrowserAutomationAgentTool. |
| BrowserAutomationAgentTool(ToolType, IDictionary<String,BinaryData>, BrowserAutomationToolParameters) |
Initializes a new instance of BrowserAutomationAgentTool. |
BrowserAutomationAgentTool()
Initializes a new instance of BrowserAutomationAgentTool for deserialization.
public BrowserAutomationAgentTool();
Public Sub New ()
Applies to
BrowserAutomationAgentTool(BrowserAutomationToolParameters)
Initializes a new instance of BrowserAutomationAgentTool.
public BrowserAutomationAgentTool(Azure.AI.AgentServer.Contracts.Generated.OpenAI.BrowserAutomationToolParameters browserAutomationPreview);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.BrowserAutomationAgentTool : Azure.AI.AgentServer.Contracts.Generated.OpenAI.BrowserAutomationToolParameters -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.BrowserAutomationAgentTool
Public Sub New (browserAutomationPreview As BrowserAutomationToolParameters)
Parameters
- browserAutomationPreview
- BrowserAutomationToolParameters
The Browser Automation Tool parameters.
Exceptions
browserAutomationPreview is null.
Applies to
BrowserAutomationAgentTool(ToolType, IDictionary<String,BinaryData>, BrowserAutomationToolParameters)
Initializes a new instance of BrowserAutomationAgentTool.
public BrowserAutomationAgentTool(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData, Azure.AI.AgentServer.Contracts.Generated.OpenAI.BrowserAutomationToolParameters browserAutomationPreview);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.BrowserAutomationAgentTool : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolType * System.Collections.Generic.IDictionary<string, BinaryData> * Azure.AI.AgentServer.Contracts.Generated.OpenAI.BrowserAutomationToolParameters -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.BrowserAutomationAgentTool
Public Sub New (type As ToolType, serializedAdditionalRawData As IDictionary(Of String, BinaryData), browserAutomationPreview As BrowserAutomationToolParameters)
Parameters
- type
- ToolType
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.
- browserAutomationPreview
- BrowserAutomationToolParameters
The Browser Automation Tool parameters.