ChatRole

io.cequence.openaiscala.domain.ChatRole
See theChatRole companion object
sealed trait ChatRole extends EnumValue

Attributes

Companion:
object
Graph
Supertypes
trait EnumValue
class Object
trait Matchable
class Any
Known subtypes
object Assistant.type
object Function.type
object System.type
object Tool.type
object User.type

Members list

Concise view

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
EnumValue -> Any

Inherited methods

def value: String

Attributes

Inherited from:
EnumValue