Share via


BrowserAutomationToolCallStep Class

Definition

Describes a single step of a Browser Automation tool execution.

public class BrowserAutomationToolCallStep : System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.BrowserAutomationToolCallStep>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.BrowserAutomationToolCallStep>
type BrowserAutomationToolCallStep = class
    interface IJsonModel<BrowserAutomationToolCallStep>
    interface IPersistableModel<BrowserAutomationToolCallStep>
Public Class BrowserAutomationToolCallStep
Implements IJsonModel(Of BrowserAutomationToolCallStep), IPersistableModel(Of BrowserAutomationToolCallStep)
Inheritance
BrowserAutomationToolCallStep
Implements

Properties

CurrentState

The current state of execution with the Browser.

LastStepResult

The result of the last step executed with the Browser.

NextStep

The next step to execute with the Browser.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BrowserAutomationToolCallStep>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BrowserAutomationToolCallStep>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BrowserAutomationToolCallStep>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BrowserAutomationToolCallStep>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BrowserAutomationToolCallStep>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to