OpenAI::CodeInterpreterContainerAuto
Inherits JSON::Serializable < Reference < Object
Configuration for a code interpreter container. Optionally specify the IDs of the files to run the code on.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : CodeInterpreterContainerAutoType = CodeInterpreterContainerAutoType::Auto, file_ids : Array(String) | Nil = nil, memory_limit : CodeInterpreterContainerAutoMemoryLimit | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
An optional list of uploaded files to make available to your code.
memory_limit
Sourcememory_limit=(memory_limit : CodeInterpreterContainerAutoMemoryLimit | Nil)
Source