Share via


BrowserAutomationAgentTool Class

Definition

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

public class BrowserAutomationAgentTool : Azure.AI.AgentServer.Contracts.Generated.OpenAI.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.BrowserAutomationAgentTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.BrowserAutomationAgentTool>
type BrowserAutomationAgentTool = class
    inherit Tool
    interface IUtf8JsonSerializable
    interface IJsonModel<BrowserAutomationAgentTool>
    interface IPersistableModel<BrowserAutomationAgentTool>
Public Class BrowserAutomationAgentTool
Inherits Tool
Implements IJsonModel(Of BrowserAutomationAgentTool), IPersistableModel(Of BrowserAutomationAgentTool)
Inheritance
BrowserAutomationAgentTool
Implements

Constructors

Name Description
BrowserAutomationAgentTool()

Initializes a new instance of BrowserAutomationAgentTool for deserialization.

BrowserAutomationAgentTool(BrowserAutomationToolParameters)

Initializes a new instance of BrowserAutomationAgentTool.

BrowserAutomationAgentTool(ToolType, IDictionary<String,BinaryData>, BrowserAutomationToolParameters)

Initializes a new instance of BrowserAutomationAgentTool.

Properties

Name Description
BrowserAutomationPreview

The Browser Automation Tool parameters.

Type

Gets or sets the type.

(Inherited from Tool)

Methods

Name Description
DeserializeBrowserAutomationAgentTool(JsonElement, ModelReaderWriterOptions)
FromResponse(Response)

Deserializes the model from a raw response.

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
ToRequestContent()

Convert into a RequestContent.

Explicit Interface Implementations

Name Description
IJsonModel<BrowserAutomationAgentTool>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BrowserAutomationAgentTool>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<Tool>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from Tool)
IJsonModel<Tool>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from Tool)
IPersistableModel<BrowserAutomationAgentTool>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BrowserAutomationAgentTool>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BrowserAutomationAgentTool>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<Tool>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from Tool)
IPersistableModel<Tool>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from Tool)
IPersistableModel<Tool>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from Tool)
IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to