OpenAI::CodeInterpreterOutputImage
Inherits JSON::Serializable < Reference < Object
The image output from the code interpreter.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : CodeInterpreterOutputImageType = CodeInterpreterOutputImageType::Image, url : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : CodeInterpreterOutputImageType)
The type of the output. Always image.