通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplyPatchToolCallOutputItemParam Class

Definition

Apply patch tool call output.

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

Constructors

Name Description
ApplyPatchToolCallOutputItemParam(String, ApplyPatchCallOutputStatusParam)

Initializes a new instance of ApplyPatchToolCallOutputItemParam.

Properties

Name Description
CallId

The unique ID of the apply patch tool call generated by the model.

Id

Gets or sets the Id.

Output

Gets or sets the Output.

Status

The status of the apply patch tool call output. One of completed or failed.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<ApplyPatchToolCallOutputItemParam>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ApplyPatchToolCallOutputItemParam>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<Item>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from Item)
IJsonModel<Item>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from Item)
IPersistableModel<ApplyPatchToolCallOutputItemParam>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ApplyPatchToolCallOutputItemParam>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ApplyPatchToolCallOutputItemParam>.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