ProjectsOpenAIModelFactory.BrowserAutomationAgentTool Method
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 static Azure.AI.Projects.OpenAI.BrowserAutomationAgentTool BrowserAutomationAgentTool(Azure.AI.Projects.OpenAI.BrowserAutomationToolParameters browserAutomationPreview = default);
static member BrowserAutomationAgentTool : Azure.AI.Projects.OpenAI.BrowserAutomationToolParameters -> Azure.AI.Projects.OpenAI.BrowserAutomationAgentTool
Public Shared Function BrowserAutomationAgentTool (Optional browserAutomationPreview As BrowserAutomationToolParameters = Nothing) As BrowserAutomationAgentTool
Parameters
- browserAutomationPreview
- BrowserAutomationToolParameters
The Browser Automation Tool parameters.
Returns
A new BrowserAutomationAgentTool instance for mocking.