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

RunStepCodeInterpreterLogOutput interface

A representation of a log output emitted by a code interpreter tool in response to a tool call by the model.

Extends

Properties

logs

The serialized log output emitted by the code interpreter.

type

The object type, which is always 'logs'.

Property Details

logs

The serialized log output emitted by the code interpreter.

logs: string

Property Value

string

type

The object type, which is always 'logs'.

type: "logs"

Property Value

"logs"