class

OpenAI::CodeInterpreterOutputImage

Inherits JSON::Serializable < Reference < Object

The image output from the code interpreter.

Constructors

new(type_value : CodeInterpreterOutputImageType = CodeInterpreterOutputImageType::Image, url : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type_value

The type of the output. Always image.

Source
type_value=(type_value : CodeInterpreterOutputImageType)

The type of the output. Always image.

Source
url

The URL of the image output from the code interpreter.

Source
url=(url : String)

The URL of the image output from the code interpreter.

Source