ItemFieldLocalShellToolCallOutput 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 ItemFieldLocalShellToolCallOutput : Azure.AI.AgentServer.Responses.Models.ItemField, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemFieldLocalShellToolCallOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemFieldLocalShellToolCallOutput>
type ItemFieldLocalShellToolCallOutput = class
inherit ItemField
interface IJsonModel<ItemFieldLocalShellToolCallOutput>
interface IPersistableModel<ItemFieldLocalShellToolCallOutput>
Public Class ItemFieldLocalShellToolCallOutput
Inherits ItemField
Implements IJsonModel(Of ItemFieldLocalShellToolCallOutput), IPersistableModel(Of ItemFieldLocalShellToolCallOutput)
- Inheritance
- Implements
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 the Status. |