Response

openai4s.types.completions.Response
See theResponse companion object
final case class Response(id: Id, `object`: Object, created: Created, model: Model, usage: Usage, choices: List[Choice])

Attributes

Since

2023-05-01

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