你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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