class

OpenAI::CodeInterpreterFileOutputFilesItem

Inherits JSON::Serializable < Reference < Object

Constructors

new(mime_type : String = "", file_id : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

file_id

The ID of the file.

Source
file_id=(file_id : String)

The ID of the file.

Source
mime_type

The MIME type of the file.

Source
mime_type=(mime_type : String)

The MIME type of the file.

Source