ItemLocalShellToolCall 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.
public class ItemLocalShellToolCall : Azure.AI.AgentServer.Responses.Models.Item, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemLocalShellToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemLocalShellToolCall>
type ItemLocalShellToolCall = class
inherit Item
interface IJsonModel<ItemLocalShellToolCall>
interface IPersistableModel<ItemLocalShellToolCall>
Public Class ItemLocalShellToolCall
Inherits Item
Implements IJsonModel(Of ItemLocalShellToolCall), IPersistableModel(Of ItemLocalShellToolCall)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ItemLocalShellToolCall(String, String, LocalShellExecAction, ItemLocalShellToolCallStatus) |
Initializes a new instance of ItemLocalShellToolCall. |
Properties
| Name | Description |
|---|---|
| Action |
Gets or sets the Action. |
| CallId |
The unique ID of the local shell tool call generated by the model. |
| Id |
The unique ID of the local shell call. |
| Status |
The status of the local shell call. |