通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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