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

ItemFunctionToolCall(String, String, String) Constructor

Definition

Initializes a new instance of ItemFunctionToolCall.

public ItemFunctionToolCall(string callId, string name, string arguments);
new Azure.AI.AgentServer.Responses.Models.ItemFunctionToolCall : string * string * string -> Azure.AI.AgentServer.Responses.Models.ItemFunctionToolCall
Public Sub New (callId As String, name As String, arguments As String)

Parameters

callId
String

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

name
String

The name of the function to run.

arguments
String

A JSON string of the arguments to pass to the function.

Exceptions

callId, name or arguments is null.

Applies to