class

OpenAI::CodeInterpreterOutputLogs

Inherits JSON::Serializable < Reference < Object

The logs output from the code interpreter.

Constructors

new(type_value : CodeInterpreterOutputLogsType = CodeInterpreterOutputLogsType::Logs, logs : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

logs

The logs output from the code interpreter.

Source
logs=(logs : String)

The logs output from the code interpreter.

Source
type_value

The type of the output. Always logs.

Source
type_value=(type_value : CodeInterpreterOutputLogsType)

The type of the output. Always logs.

Source