Packages

case class ResponseFormat(paylodName: String, prompt: String) extends Val with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResponseFormat
  2. Product
  3. Equals
  4. Val
  5. Value
  6. Serializable
  7. Serializable
  8. Ordered
  9. Comparable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResponseFormat(paylodName: String, prompt: String)

Value Members

  1. def +(v: OpenAIResponseFormat.Value): OpenAIResponseFormat.ValueSet
    Definition Classes
    Value
  2. def <(that: OpenAIResponseFormat.Value): Boolean
    Definition Classes
    Ordered
  3. def <=(that: OpenAIResponseFormat.Value): Boolean
    Definition Classes
    Ordered
  4. def >(that: OpenAIResponseFormat.Value): Boolean
    Definition Classes
    Ordered
  5. def >=(that: OpenAIResponseFormat.Value): Boolean
    Definition Classes
    Ordered
  6. def compare(that: OpenAIResponseFormat.Value): Int
    Definition Classes
    Value → Ordered
  7. def compareTo(that: OpenAIResponseFormat.Value): Int
    Definition Classes
    Ordered → Comparable
  8. def equals(other: Any): Boolean
    Definition Classes
    Value → AnyRef → Any
  9. def hashCode(): Int
    Definition Classes
    Value → AnyRef → Any
  10. def id: Int
    Definition Classes
    Val → Value
  11. val paylodName: String
  12. val prompt: String
  13. def toString(): String
    Definition Classes
    Val → AnyRef → Any