ItemLocalShellToolCall Constructor
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.
Initializes a new instance of ItemLocalShellToolCall.
public ItemLocalShellToolCall(string id, string callId, Azure.AI.AgentServer.Responses.Models.LocalShellExecAction action, Azure.AI.AgentServer.Responses.Models.ItemLocalShellToolCallStatus status);
new Azure.AI.AgentServer.Responses.Models.ItemLocalShellToolCall : string * string * Azure.AI.AgentServer.Responses.Models.LocalShellExecAction * Azure.AI.AgentServer.Responses.Models.ItemLocalShellToolCallStatus -> Azure.AI.AgentServer.Responses.Models.ItemLocalShellToolCall
Public Sub New (id As String, callId As String, action As LocalShellExecAction, status As ItemLocalShellToolCallStatus)
Parameters
- id
- String
The unique ID of the local shell call.
- callId
- String
The unique ID of the local shell tool call generated by the model.
- action
- LocalShellExecAction
- status
- ItemLocalShellToolCallStatus
The status of the local shell call.
Exceptions
id, callId or action is null.