Freigeben über


ItemFieldFunctionShellCall Class

Definition

Shell tool call.

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

Properties

Name Description
Action

The shell commands and limits that describe how to run the tool call.

CallId

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

CreatedBy

The ID of the entity that created this tool call.

Environment

Gets the Environment.

Id

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

Status

The status of the shell call. 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<ItemFieldFunctionShellCall>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ItemFieldFunctionShellCall>.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<ItemFieldFunctionShellCall>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ItemFieldFunctionShellCall>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ItemFieldFunctionShellCall>.Write(ModelReaderWriterOptions)

Applies to