CompletionsResponse

sttp.openai.requests.completions.CompletionsResponseData.CompletionsResponse
See theCompletionsResponse companion object
case class CompletionsResponse(id: String, `object`: String, created: Int, model: CompletionModel, choices: Seq[Choices], usage: Usage)

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