class

OpenAI::AssistantObjectToolResourcesVariant1CodeInterpreter

Inherits JSON::Serializable < Reference < Object

Constructors

new(file_ids : Array(String) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

file_ids

A list of file IDs made available to the `code_interpreter`` tool. There can be a maximum of 20 files associated with the tool.

Source
file_ids=(file_ids : Array(String) | Nil)

A list of file IDs made available to the `code_interpreter`` tool. There can be a maximum of 20 files associated with the tool.

Source