Choice

openai4s.types.completions.Response.Choice
See theChoice companion class
object Choice

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Choice.type

Members list

Type members

Classlikes

object Logprobs extends Newtype[Int], CatsEqShow[Int], CirceNewtypeCodec[Int], ExtrasRender[Int]

Attributes

Supertypes
trait ExtrasRender[Int]
trait CirceNewtypeCodec[Int]
trait CirceNewtypeDecoder[Int]
trait CirceEncoder[Int]
trait CatsEqShow[Int]
trait CatsShow[Int]
trait CatsEq[Int]
trait Newtype[Int]
trait NewtypeBase[Int]
class Object
trait Matchable
class Any
Show all
Self type
Logprobs.type
object Text extends Newtype[NonEmptyString], CatsEqShow[NonEmptyString], CirceNewtypeCodec[NonEmptyString], ExtrasRender[NonEmptyString]

Attributes

Supertypes
trait ExtrasRender[NonEmptyString]
trait CirceNewtypeCodec[NonEmptyString]
trait CirceNewtypeDecoder[NonEmptyString]
trait CirceEncoder[NonEmptyString]
trait CatsEqShow[NonEmptyString]
trait CatsShow[NonEmptyString]
trait CatsEq[NonEmptyString]
trait Newtype[NonEmptyString]
trait NewtypeBase[NonEmptyString]
class Object
trait Matchable
class Any
Show all
Self type
Text.type

Types

type Logprobs = Type
type Text = Type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Givens

given derived$ConfiguredCodec: ConfiguredCodec[Choice]
given derived$Eq: Eq[Choice]
given derived$Show: Show[Choice]