CodeInterpreterResource

io.cequence.openaiscala.domain.ThreadAndRunToolResource$.CodeInterpreterResource
final case class CodeInterpreterResource(fileIds: Seq[FileId])

Attributes

fileIds

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

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product