ProjectsAgentsModelFactory.BrowserAutomationPreviewTool Method

Definition

The input definition information for a Browser Automation Tool, as used to configure an Agent.

public static Azure.AI.Projects.Agents.BrowserAutomationPreviewTool BrowserAutomationPreviewTool(string name = default, string description = default, System.Collections.Generic.IDictionary<string,Azure.AI.Projects.Agents.ToolConfig> toolConfigs = default, Azure.AI.Projects.Agents.BrowserAutomationToolOptions toolParameters = default);
static member BrowserAutomationPreviewTool : string * string * System.Collections.Generic.IDictionary<string, Azure.AI.Projects.Agents.ToolConfig> * Azure.AI.Projects.Agents.BrowserAutomationToolOptions -> Azure.AI.Projects.Agents.BrowserAutomationPreviewTool
Public Shared Function BrowserAutomationPreviewTool (Optional name As String = Nothing, Optional description As String = Nothing, Optional toolConfigs As IDictionary(Of String, ToolConfig) = Nothing, Optional toolParameters As BrowserAutomationToolOptions = Nothing) As BrowserAutomationPreviewTool

Parameters

name
String

Optional user-defined name for this tool or configuration.

description
String

Optional user-defined description for this tool or configuration.

toolConfigs
IDictionary<String,ToolConfig>

Per-tool configuration map. Keys are tool names or * (catch-all default). Resolution order: exact tool name match takes priority over *. Unknown tool names are silently ignored at runtime.

toolParameters
BrowserAutomationToolOptions

The Browser Automation Tool parameters.

Returns

A new BrowserAutomationPreviewTool instance for mocking.

Applies to