Freigeben über


FunctionShellCallItemParam(String, FunctionShellActionParam) Constructor

Definition

Initializes a new instance of FunctionShellCallItemParam.

public FunctionShellCallItemParam(string callId, Azure.AI.AgentServer.Responses.Models.FunctionShellActionParam action);
new Azure.AI.AgentServer.Responses.Models.FunctionShellCallItemParam : string * Azure.AI.AgentServer.Responses.Models.FunctionShellActionParam -> Azure.AI.AgentServer.Responses.Models.FunctionShellCallItemParam
Public Sub New (callId As String, action As FunctionShellActionParam)

Parameters

callId
String

The unique ID of the shell tool call generated by the model.

action
FunctionShellActionParam

The shell commands and limits that describe how to run the tool call.

Exceptions

callId or action is null.

Applies to