Share via


RunStepComputerUseToolCallDetails Class

Definition

The detailed information about a computer use tool call.

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

Properties

Name Description
AcknowledgedSafetyChecks

Safety checks that have been acknowledged by the developer.

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.

Output

The output from the computer use tool.

PendingSafetyChecks

Safety checks that are pending acknowledgment by the developer.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<RunStepComputerUseToolCallDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RunStepComputerUseToolCallDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunStepComputerUseToolCallDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RunStepComputerUseToolCallDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to