FoundryAITool.CreateBrowserAutomationTool 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.
Creates an AITool for browser automation.
public static Microsoft.Extensions.AI.AITool CreateBrowserAutomationTool(Azure.AI.Projects.Agents.BrowserAutomationToolOptions parameters);
static member CreateBrowserAutomationTool : Azure.AI.Projects.Agents.BrowserAutomationToolOptions -> Microsoft.Extensions.AI.AITool
Public Shared Function CreateBrowserAutomationTool (parameters As BrowserAutomationToolOptions) As AITool
Parameters
- parameters
- BrowserAutomationToolOptions
The browser automation configuration parameters.
Returns
An AITool for browser automation.