OpenAI::CodeInterpreterFileOutput
Inherits JSON::Serializable < Reference < Object
The output of a code interpreter tool call that is a file.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : CodeInterpreterFileOutputType = CodeInterpreterFileOutputType::Files, files : Array(CodeInterpreterFileOutputFilesItem) = [] of CodeInterpreterFileOutputFilesItem)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
files
Sourcetype_value=(type_value : CodeInterpreterFileOutputType)
The type of the code interpreter file output. Always files.