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

PersistentAgentsModelFactory.RunStepDeltaCodeInterpreterLogOutput Method

Definition

Initializes a new instance of RunStepDeltaCodeInterpreterLogOutput.

public static Azure.AI.Agents.Persistent.RunStepDeltaCodeInterpreterLogOutput RunStepDeltaCodeInterpreterLogOutput(int index = 0, string logs = default);
static member RunStepDeltaCodeInterpreterLogOutput : int * string -> Azure.AI.Agents.Persistent.RunStepDeltaCodeInterpreterLogOutput
Public Shared Function RunStepDeltaCodeInterpreterLogOutput (Optional index As Integer = 0, Optional logs As String = Nothing) As RunStepDeltaCodeInterpreterLogOutput

Parameters

index
Int32

The index of the output in the streaming run step tool call's Code Interpreter outputs array.

logs
String

The text output from the Code Interpreter tool call.

Returns

A new RunStepDeltaCodeInterpreterLogOutput instance for mocking.

Applies to