OutputItemLocalShellToolCallOutput 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 OutputItemLocalShellToolCallOutput : Azure.AI.Extensions.OpenAI.AgentResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.OutputItemLocalShellToolCallOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.OutputItemLocalShellToolCallOutput>
type OutputItemLocalShellToolCallOutput = class
inherit AgentResponseItem
interface IJsonModel<OutputItemLocalShellToolCallOutput>
interface IPersistableModel<OutputItemLocalShellToolCallOutput>
Public Class OutputItemLocalShellToolCallOutput
Inherits AgentResponseItem
Implements IJsonModel(Of OutputItemLocalShellToolCallOutput), IPersistableModel(Of OutputItemLocalShellToolCallOutput)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| OutputItemLocalShellToolCallOutput(String) |
Initializes a new instance of OutputItemLocalShellToolCallOutput. |
Properties
| Name | Description |
|---|---|
| AgentReference |
The agent that created the item. (Inherited from AgentResponseItem) |
| Id | (Inherited from AgentResponseItem) |
| Output |
A JSON string of the output of the local shell tool call. |
| ResponseId |
The response on which the item is created. (Inherited from AgentResponseItem) |
| Status |
Gets or sets the Status. |