ChatResponse

fallatol.ollama.client.ChatResponse
See theChatResponse companion object
case class ChatResponse(model: Model, createdAt: Instant, message: Message, done: Boolean, totalDuration: Option[Long], loadDuration: Option[Long], promptEvalCount: Option[Long], promptEvalDuration: Option[Long], evalCount: Option[Long], evalDuration: Option[Long])

Attributes

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