ItemLocalShellToolCallOutput 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.
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
- 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. |