Message

io.cequence.openaiscala.domain.ThreadAndRun$.Message$
See theMessage companion class
object Message

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Message.type

Members list

Concise view

Type members

Classlikes

case class AssistantMessage(contentString: String, attachments: Seq[Attachment], metadata: Map[String, Any]) extends Message

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Message
class Object
trait Matchable
class Any
case class AssistantMessageContent(contentBlocks: Seq[ContentBlock], attachments: Seq[Attachment], metadata: Map[String, Any]) extends Message

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Message
class Object
trait Matchable
class Any
case class UserMessage(contentString: String, attachments: Seq[Attachment], metadata: Map[String, Any]) extends Message

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Message
class Object
trait Matchable
class Any
case class UserMessageContent(contentBlocks: Seq[ContentBlock], attachments: Seq[Attachment], metadata: Map[String, Any]) extends Message

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror