ItemLocalShellToolCallOutput Class

Definition

Local shell call output.

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

Constructors

Name Description
ItemLocalShellToolCallOutput(String, String)

Initializes a new instance of ItemLocalShellToolCallOutput.

Properties

Name Description
Id

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

Output

A JSON string of the output of the local shell tool call.

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

Applies to