Package com.openai.models
Class Assistant.Object
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class Assistant.Object implements Enum
The object type, which is always
assistant
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
Assistant.Object.Known
public enum
Assistant.Object.Value
-
Field Summary
Fields Modifier and Type Field Description public final static Assistant.Object
ASSISTANT
-
Method Summary
-
-
Method Detail
-
value
final Assistant.Object.Value value()
-
known
final Assistant.Object.Known known()
-
of
final static Assistant.Object of(String value)
-
-
-
-