Freigeben über


FunctionShellCallOutputItemParam Constructor

Definition

Initializes a new instance of FunctionShellCallOutputItemParam.

public FunctionShellCallOutputItemParam(string callId, System.Collections.Generic.IEnumerable<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputContentParam> output);
new Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputItemParam : string * seq<Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputContentParam> -> Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputItemParam
Public Sub New (callId As String, output As IEnumerable(Of FunctionShellCallOutputContentParam))

Parameters

callId
String

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

output
IEnumerable<FunctionShellCallOutputContentParam>

Captured chunks of stdout and stderr output, along with their associated outcomes.

Exceptions

callId or output is null.

Applies to