File

io.cequence.openaiscala.domain.responsesapi.InputMessageContent$.File
final case class File(fileData: Option[String], fileId: Option[String], filename: Option[String]) extends InputMessageContent

A file input to the model.

Attributes

fileData

The content of the file to be sent to the model.

fileId

The ID of the file to be sent to the model.

filename

The name of the file to be sent to the model.

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

Concrete fields

val `type`: String