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

PersistentAgentsModelFactory.BrowserAutomationToolCallStep Method

Definition

Initializes a new instance of BrowserAutomationToolCallStep.

public static Azure.AI.Agents.Persistent.BrowserAutomationToolCallStep BrowserAutomationToolCallStep(string lastStepResult = default, string currentState = default, string nextStep = default);
static member BrowserAutomationToolCallStep : string * string * string -> Azure.AI.Agents.Persistent.BrowserAutomationToolCallStep
Public Shared Function BrowserAutomationToolCallStep (Optional lastStepResult As String = Nothing, Optional currentState As String = Nothing, Optional nextStep As String = Nothing) As BrowserAutomationToolCallStep

Parameters

lastStepResult
String

The result of the last step executed with the Browser.

currentState
String

The current state of execution with the Browser.

nextStep
String

The next step to execute with the Browser.

Returns

A new BrowserAutomationToolCallStep instance for mocking.

Applies to