ImageFileContent

sttp.openai.requests.threads.messages.ThreadMessagesResponseData.Content.ImageFileContent
case class ImageFileContent(`type`: String, imageFile: ImageFile) extends Content

References an image File in the content of a message

Value parameters

imageFile

object

type

Always image_file.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Content
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product