你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PersistentAgentsModelFactory.RunStepBrowserAutomationToolCall Method

Definition

Initializes a new instance of RunStepBrowserAutomationToolCall.

public static Azure.AI.Agents.Persistent.RunStepBrowserAutomationToolCall RunStepBrowserAutomationToolCall(string id = default, Azure.AI.Agents.Persistent.BrowserAutomationToolCallDetails browserAutomation = default);
static member RunStepBrowserAutomationToolCall : string * Azure.AI.Agents.Persistent.BrowserAutomationToolCallDetails -> Azure.AI.Agents.Persistent.RunStepBrowserAutomationToolCall
Public Shared Function RunStepBrowserAutomationToolCall (Optional id As String = Nothing, Optional browserAutomation As BrowserAutomationToolCallDetails = Nothing) As RunStepBrowserAutomationToolCall

Parameters

id
String

The ID of the tool call. This ID must be referenced when you submit tool outputs.

browserAutomation
BrowserAutomationToolCallDetails

Details of the browser automation tool call.

Returns

A new RunStepBrowserAutomationToolCall instance for mocking.

Applies to