case class ResponseFormat(paylodName: String, prompt: String) extends Val with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResponseFormat
- Product
- Equals
- Val
- Value
- Serializable
- Serializable
- Ordered
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ResponseFormat(paylodName: String, prompt: String)
Value Members
-
def
+(v: OpenAIResponseFormat.Value): OpenAIResponseFormat.ValueSet
- Definition Classes
- Value
-
def
<(that: OpenAIResponseFormat.Value): Boolean
- Definition Classes
- Ordered
-
def
<=(that: OpenAIResponseFormat.Value): Boolean
- Definition Classes
- Ordered
-
def
>(that: OpenAIResponseFormat.Value): Boolean
- Definition Classes
- Ordered
-
def
>=(that: OpenAIResponseFormat.Value): Boolean
- Definition Classes
- Ordered
-
def
compare(that: OpenAIResponseFormat.Value): Int
- Definition Classes
- Value → Ordered
-
def
compareTo(that: OpenAIResponseFormat.Value): Int
- Definition Classes
- Ordered → Comparable
-
def
equals(other: Any): Boolean
- Definition Classes
- Value → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Value → AnyRef → Any
-
def
id: Int
- Definition Classes
- Val → Value
- val paylodName: String
- val prompt: String
-
def
toString(): String
- Definition Classes
- Val → AnyRef → Any