FunctionShellCallItemParam(String, FunctionShellActionParam) 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 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.