ProjectsAgentsModelFactory.BrowserAutomationPreviewTool 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.Agents.BrowserAutomationPreviewTool BrowserAutomationPreviewTool(string name = default, string description = default, Azure.AI.Projects.Agents.BrowserAutomationToolOptions toolParameters = default);
static member BrowserAutomationPreviewTool : string * string * 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 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.
- toolParameters
- BrowserAutomationToolOptions
The Browser Automation Tool parameters.
Returns
A new BrowserAutomationPreviewTool instance for mocking.