Compartilhar via


AIProjectsModelFactory.RunStepDeltaCodeInterpreterLogOutput Method

Definition

Initializes a new instance of RunStepDeltaCodeInterpreterLogOutput.

public static Azure.AI.Projects.RunStepDeltaCodeInterpreterLogOutput RunStepDeltaCodeInterpreterLogOutput (int index = 0, string logs = default);
static member RunStepDeltaCodeInterpreterLogOutput : int * string -> Azure.AI.Projects.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