ItemLocalShellToolCall Constructor

Definition

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.

status
ItemLocalShellToolCallStatus

The status of the local shell call.

Exceptions

id, callId or action is null.

Applies to