通过


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

FunctionCallOutputItemParam(String, BinaryData) Constructor

Definition

Initializes a new instance of FunctionCallOutputItemParam.

public FunctionCallOutputItemParam(string callId, BinaryData output);
new Azure.AI.AgentServer.Responses.Models.FunctionCallOutputItemParam : string * BinaryData -> Azure.AI.AgentServer.Responses.Models.FunctionCallOutputItemParam
Public Sub New (callId As String, output As BinaryData)

Parameters

callId
String

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

output
BinaryData

Text, image, or file output of the function tool call.

Exceptions

callId or output is null.

Applies to