Message

openai4s.types.chat.Message
See theMessage companion class
object Message

Attributes

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

Members list

Type members

Classlikes

object Content extends Newtype[String], CatsEqShow[String], CirceNewtypeCodec[String], ExtrasRender[String]

Attributes

Supertypes
trait ExtrasRender[String]
trait CirceNewtypeCodec[String]
trait CirceNewtypeDecoder[String]
trait CirceEncoder[String]
trait CatsEqShow[String]
trait CatsShow[String]
trait CatsEq[String]
trait Newtype[String]
trait NewtypeBase[String]
class Object
trait Matchable
class Any
Show all
Self type
Content.type
object Role extends Newtype[String], CatsEqShow[String], CirceNewtypeCodec[String], ExtrasRender[String]

Attributes

Supertypes
trait ExtrasRender[String]
trait CirceNewtypeCodec[String]
trait CirceNewtypeDecoder[String]
trait CirceEncoder[String]
trait CatsEqShow[String]
trait CatsShow[String]
trait CatsEq[String]
trait Newtype[String]
trait NewtypeBase[String]
class Object
trait Matchable
class Any
Show all
Self type
Role.type

Types

type Content = Type
type Role = Type

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

Givens

Givens

given derived$ConfiguredCodec: ConfiguredCodec[Message]
given derived$Eq: Eq[Message]
given derived$Show: Show[Message]
given messageConfiguration: Configuration