sttp.openai.requests.completions.chat.ChatRequestResponseData$.ChatResponse
See theChatResponse companion object
case class ChatResponse(id: String, `object`: String, created: Int, model: String, usage: Usage, choices: Seq[Choices])
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any