LocalShellToolCallOutputAgentResponseItem 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 LocalShellToolCallOutputAgentResponseItem : Azure.AI.Projects.OpenAI.AgentResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.LocalShellToolCallOutputAgentResponseItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.LocalShellToolCallOutputAgentResponseItem>
type LocalShellToolCallOutputAgentResponseItem = class
inherit AgentResponseItem
interface IJsonModel<LocalShellToolCallOutputAgentResponseItem>
interface IPersistableModel<LocalShellToolCallOutputAgentResponseItem>
Public Class LocalShellToolCallOutputAgentResponseItem
Inherits AgentResponseItem
Implements IJsonModel(Of LocalShellToolCallOutputAgentResponseItem), IPersistableModel(Of LocalShellToolCallOutputAgentResponseItem)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| CreatedBy |
The information about the creator of the item. (Inherited from AgentResponseItem) |
| Id |
Gets the Id. (Inherited from AgentResponseItem) |
| Output |
A JSON string of the output of the local shell tool call. |
| Status |
Gets the Status. |