LocalShellToolCallOutputItemParam Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The output of a local shell tool call.
public class LocalShellToolCallOutputItemParam : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemParam, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.LocalShellToolCallOutputItemParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.LocalShellToolCallOutputItemParam>
type LocalShellToolCallOutputItemParam = class
inherit ItemParam
interface IUtf8JsonSerializable
interface IJsonModel<LocalShellToolCallOutputItemParam>
interface IPersistableModel<LocalShellToolCallOutputItemParam>
Public Class LocalShellToolCallOutputItemParam
Inherits ItemParam
Implements IJsonModel(Of LocalShellToolCallOutputItemParam), IPersistableModel(Of LocalShellToolCallOutputItemParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| LocalShellToolCallOutputItemParam() |
Initializes a new instance of LocalShellToolCallOutputItemParam for deserialization. |
| LocalShellToolCallOutputItemParam(ItemType, IDictionary<String,BinaryData>, String) |
Initializes a new instance of LocalShellToolCallOutputItemParam. |
| LocalShellToolCallOutputItemParam(String) |
Initializes a new instance of LocalShellToolCallOutputItemParam. |
Properties
| Name | Description |
|---|---|
| Output |
A JSON string of the output of the local shell tool call. |
| SerializedAdditionalRawData | (Inherited from ItemParam) |
| Type |
Gets or sets the type. (Inherited from ItemParam) |
Methods
| Name | Description |
|---|---|
| DeserializeLocalShellToolCallOutputItemParam(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |