Share via


RequiredComputerUseToolCallDetails Class

Definition

The detailed information for a computer use tool invocation.

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

Properties

Name Description
Action

The action to be performed by the computer use tool. Please note ComputerUseAction is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ClickAction, DoubleClickAction, DragAction, KeyPressAction, MoveAction, ScreenshotAction, ScrollAction, TypeAction and WaitAction.

PendingSafetyChecks

Safety checks that are pending acknowledgment by the developer.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<RequiredComputerUseToolCallDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RequiredComputerUseToolCallDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RequiredComputerUseToolCallDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RequiredComputerUseToolCallDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to