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

PersistentAgentsModelFactory.RunStepCodeInterpreterLogOutput(String) Method

Definition

Initializes a new instance of RunStepCodeInterpreterLogOutput.

public static Azure.AI.Agents.Persistent.RunStepCodeInterpreterLogOutput RunStepCodeInterpreterLogOutput(string logs = default);
static member RunStepCodeInterpreterLogOutput : string -> Azure.AI.Agents.Persistent.RunStepCodeInterpreterLogOutput
Public Shared Function RunStepCodeInterpreterLogOutput (Optional logs As String = Nothing) As RunStepCodeInterpreterLogOutput

Parameters

logs
String

The serialized log output emitted by the code interpreter.

Returns

A new RunStepCodeInterpreterLogOutput instance for mocking.

Applies to