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 Serializabletrait Producttrait Equalstrait InputMessageContentclass Objecttrait Matchableclass Any