Share via


RunStepDeltaComputerUseDetails Class

Definition

Represents the Computer Use tool call details in a streaming run step.

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

Properties

Name Description
AcknowledgedSafetyChecks

Safety checks that have been acknowledged by the developer, null if outputs have not yet been submitted.

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, null if outputs have not yet been submitted.

PendingSafetyChecks

Safety checks that are pending acknowledgment by the developer.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<RunStepDeltaComputerUseDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RunStepDeltaComputerUseDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunStepDeltaComputerUseDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RunStepDeltaComputerUseDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to