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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article