Freigeben über


FunctionShellCallOutputContentParam Constructor

Definition

Initializes a new instance of FunctionShellCallOutputContentParam.

public FunctionShellCallOutputContentParam(string stdout, string stderr, Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputOutcomeParam outcome);
new Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputContentParam : string * string * Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputOutcomeParam -> Azure.AI.AgentServer.Responses.Models.FunctionShellCallOutputContentParam
Public Sub New (stdout As String, stderr As String, outcome As FunctionShellCallOutputOutcomeParam)

Parameters

stdout
String

Captured stdout output for the shell call.

stderr
String

Captured stderr output for the shell call.

outcome
FunctionShellCallOutputOutcomeParam

The exit or timeout outcome associated with this shell call.

Exceptions

stdout, stderr or outcome is null.

Applies to