Message

io.github.quafadas.dairect.MessagesApi.Message
case class Message(id: String, `object`: String, created_at: Long, thread_id: String, role: String, content: MessageContentList, assistant_id: Option[String], run_id: Option[String], attachments: Option[List[MessageAttachment]], metadata: MessageMetaData, completed_at: Option[Int], incomplete_at: Option[Int])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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