ProjectsAgentTool.CreateBrowserAutomationTool Method

Definition

Creates a browser-automation tool with the supplied options.

public static Azure.AI.Projects.Agents.BrowserAutomationPreviewTool CreateBrowserAutomationTool(Azure.AI.Projects.Agents.BrowserAutomationToolOptions parameters);
static member CreateBrowserAutomationTool : Azure.AI.Projects.Agents.BrowserAutomationToolOptions -> Azure.AI.Projects.Agents.BrowserAutomationPreviewTool
Public Shared Function CreateBrowserAutomationTool (parameters As BrowserAutomationToolOptions) As BrowserAutomationPreviewTool

Parameters

parameters
BrowserAutomationToolOptions

Configuration options for the browser-automation tool.

Returns

Applies to