Uses of Class
com.unfbx.chatgpt.entity.chat.ResponseFormat.Type
-
Packages that use ResponseFormat.Type Package Description com.unfbx.chatgpt.entity.chat -
-
Uses of ResponseFormat.Type in com.unfbx.chatgpt.entity.chat
Methods in com.unfbx.chatgpt.entity.chat that return ResponseFormat.Type Modifier and Type Method Description static ResponseFormat.TypeResponseFormat.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseFormat.Type[]ResponseFormat.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-