Freigeben über


ComputerCallOutputItemParam Class

Definition

Computer tool call output.

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

Constructors

Name Description
ComputerCallOutputItemParam(String, ComputerScreenshotImage)

Initializes a new instance of ComputerCallOutputItemParam.

Properties

Name Description
AcknowledgedSafetyChecks

Gets or sets the AcknowledgedSafetyChecks.

CallId

The ID of the computer tool call that produced the output.

Id

Gets or sets the Id.

Output

Gets or sets the Output.

Status

Gets or sets the Status.

Methods

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

Explicit Interface Implementations

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

Applies to