OutputItemFunctionToolCallOutput(String, BinaryData) Constructor

Definition

Initializes a new instance of OutputItemFunctionToolCallOutput.

public OutputItemFunctionToolCallOutput(string callId, BinaryData output);
new Azure.AI.Extensions.OpenAI.OutputItemFunctionToolCallOutput : string * BinaryData -> Azure.AI.Extensions.OpenAI.OutputItemFunctionToolCallOutput
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

The output from the function call generated by your code. Can be a string or an list of output content.

Exceptions

callId or output is null.

Applies to