FunctionShellCallOutputItemParam 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 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.
Captured chunks of stdout and stderr output, along with their associated outcomes.
Exceptions
callId or output is null.