ItemFieldApplyPatchToolCallOutput Class

Definition

Apply patch tool call output.

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

Properties

Name Description
CallId

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

CreatedBy

The ID of the entity that created this tool call output.

Id

The unique ID of the apply patch tool call output. Populated when this item is returned via API.

Output

Gets 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<ItemField>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from ItemField)
IJsonModel<ItemField>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ItemField)
IJsonModel<ItemFieldApplyPatchToolCallOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ItemFieldApplyPatchToolCallOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ItemField>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from ItemField)
IPersistableModel<ItemField>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from ItemField)
IPersistableModel<ItemField>.Write(ModelReaderWriterOptions) (Inherited from ItemField)
IPersistableModel<ItemFieldApplyPatchToolCallOutput>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ItemFieldApplyPatchToolCallOutput>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ItemFieldApplyPatchToolCallOutput>.Write(ModelReaderWriterOptions)

Applies to