object OpenAIResponseFormat extends Enumeration
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OpenAIResponseFormat
- Enumeration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class ResponseFormat(paylodName: String, prompt: String) extends Val with Product with Serializable
-
abstract
class
Value extends Ordered[Value] with Serializable
- Definition Classes
- Enumeration
- Annotations
- @SerialVersionUID()
-
class
ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
- Definition Classes
- Enumeration
Value Members
- val JSON: ResponseFormat
- val TEXT: ResponseFormat
-
final
def
apply(x: Int): Value
- Definition Classes
- Enumeration
- def asStringSet: Set[String]
- def fromResponseFormatString(format: String): ResponseFormat
-
final
def
maxId: Int
- Definition Classes
- Enumeration
-
def
toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
-
def
values: ValueSet
- Definition Classes
- Enumeration
-
final
def
withName(s: String): Value
- Definition Classes
- Enumeration
-
object
ValueSet extends Serializable
- Definition Classes
- Enumeration