sttp.openai.requests.completions.chat.ChatChunkRequestResponseData.ChatChunkResponse
See theChatChunkResponse companion object
case class ChatChunkResponse(id: String, choices: Seq[Choices], created: Int, model: String, `object`: String, systemFingerprint: Option[String])
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article