FunctionCallOutputItemParam(String, BinaryData) 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 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.