ItemFieldFunctionShellCallOutput Class

Definition

Shell call output.

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

Properties

Name Description
CallId

The unique ID of the shell tool call generated by the model.

CreatedBy

The identifier of the actor that created the item.

Id

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

MaxOutputLength

Gets the MaxOutputLength.

Output

An array of shell call output contents.

Status

The status of the shell call output. One of in_progress, completed, or incomplete.

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<ItemFieldFunctionShellCallOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ItemFieldFunctionShellCallOutput>.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<ItemFieldFunctionShellCallOutput>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ItemFieldFunctionShellCallOutput>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ItemFieldFunctionShellCallOutput>.Write(ModelReaderWriterOptions)

Applies to