Chat

openai4s.types.chat.Chat
See theChat companion object
final case class Chat(model: Model, messages: NonEmptyList[Message], temperature: Option[Temperature], maxTokens: Option[MaxTokens])

Attributes

Since

2023-03-24

Companion
object
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