LocalShellToolCallAgentResponseItem 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.
A tool call to run a command on the local shell.
public class LocalShellToolCallAgentResponseItem : Azure.AI.Projects.OpenAI.AgentResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.LocalShellToolCallAgentResponseItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.LocalShellToolCallAgentResponseItem>
type LocalShellToolCallAgentResponseItem = class
inherit AgentResponseItem
interface IJsonModel<LocalShellToolCallAgentResponseItem>
interface IPersistableModel<LocalShellToolCallAgentResponseItem>
Public Class LocalShellToolCallAgentResponseItem
Inherits AgentResponseItem
Implements IJsonModel(Of LocalShellToolCallAgentResponseItem), IPersistableModel(Of LocalShellToolCallAgentResponseItem)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Action |
Gets the Action. |
| CallId |
The unique ID of the local shell tool call generated by the model. |
| CreatedBy |
The information about the creator of the item. (Inherited from AgentResponseItem) |
| Id |
Gets the Id. (Inherited from AgentResponseItem) |
| Status |
Gets the Status. |