Text

openai4s.types.completions.Text
See theText companion class
object Text

Attributes

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

Members list

Type members

Classlikes

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

Attributes

Supertypes
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 N extends Newtype[Int], CatsEqShow[Int], CirceNewtypeCodec[Int]

Attributes

Supertypes
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
N.type
object Prompt extends Newtype[String], CatsEqShow[String], ExtrasRender[String], CirceNewtypeCodec[String]

Attributes

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

Attributes

Supertypes
trait CirceNewtypeCodec[NonEmptyString]
trait CirceNewtypeDecoder[NonEmptyString]
trait CirceEncoder[NonEmptyString]
trait ExtrasRender[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
Stop.type
enum Stream

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Stream

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Stream.type
object TopP extends Newtype[NonNegFloat], CatsEqShow[NonNegFloat], CirceNewtypeCodec[NonNegFloat]

Attributes

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

Types

type Logprobs = Type
type N = Type
type Prompt = Type
type Stop = Type
type TopP = 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$Eq: Eq[Text]
given derived$Show: Show[Text]
given textConfiguration: Configuration
given textDecoder: Decoder[Text]
given textEncoder: Encoder[Text]