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

RunStepDeltaCodeInterpreterLogOutput interface

Represents a log output as produced by the Code Interpreter tool and as represented in a streaming run step's delta tool calls collection.

Extends

Properties

logs

The text output from the Code Interpreter tool call.

type

The type of the object, which is always "logs."

Inherited Properties

index

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

Property Details

logs

The text output from the Code Interpreter tool call.

logs?: string

Property Value

string

type

The type of the object, which is always "logs."

type: "logs"

Property Value

"logs"

Inherited Property Details

index

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

index: number

Property Value

number

Inherited From RunStepDeltaCodeInterpreterOutput.index