BrowserAutomationPreviewTool Class

Definition

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

public class BrowserAutomationPreviewTool : Azure.AI.AgentServer.Responses.Models.Tool, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.BrowserAutomationPreviewTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.BrowserAutomationPreviewTool>
type BrowserAutomationPreviewTool = class
    inherit Tool
    interface IJsonModel<BrowserAutomationPreviewTool>
    interface IPersistableModel<BrowserAutomationPreviewTool>
Public Class BrowserAutomationPreviewTool
Inherits Tool
Implements IJsonModel(Of BrowserAutomationPreviewTool), IPersistableModel(Of BrowserAutomationPreviewTool)
Inheritance
BrowserAutomationPreviewTool
Implements

Constructors

Name Description
BrowserAutomationPreviewTool(BrowserAutomationToolParameters)

Initializes a new instance of BrowserAutomationPreviewTool.

Properties

Name Description
BrowserAutomationPreview

The Browser Automation Tool parameters.

Description

Optional user-defined description for this tool or configuration.

Name

Optional user-defined name for this tool or configuration.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<BrowserAutomationPreviewTool>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<BrowserAutomationPreviewTool>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<Tool>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from Tool)
IJsonModel<Tool>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from Tool)
IPersistableModel<BrowserAutomationPreviewTool>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<BrowserAutomationPreviewTool>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<BrowserAutomationPreviewTool>.Write(ModelReaderWriterOptions)
IPersistableModel<Tool>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from Tool)
IPersistableModel<Tool>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from Tool)
IPersistableModel<Tool>.Write(ModelReaderWriterOptions) (Inherited from Tool)

Applies to