CodeInterpreterLogOutput interface

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

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"