Uses of Enum Class
xyz.felh.openai.chat.ChatMessage.ContentType
Packages that use ChatMessage.ContentType
-
Uses of ChatMessage.ContentType in xyz.felh.openai.chat
Methods in xyz.felh.openai.chat that return ChatMessage.ContentTypeModifier and TypeMethodDescriptionstatic ChatMessage.ContentTypeChatMessage.ContentType.findByValue(String value) static ChatMessage.ContentTypeReturns the enum constant of this class with the specified name.static ChatMessage.ContentType[]ChatMessage.ContentType.values()Returns an array containing the constants of this enum class, in the order they are declared.