Uses of Enum Class
com.hw.openai.entity.chat.ChatMessageRole
Packages that use ChatMessageRole
-
Uses of ChatMessageRole in com.hw.openai.entity.chat
Methods in com.hw.openai.entity.chat that return ChatMessageRoleModifier and TypeMethodDescriptionstatic ChatMessageRole
static ChatMessageRole
Returns the enum constant of this class with the specified name.static ChatMessageRole[]
ChatMessageRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.hw.openai.entity.chat with parameters of type ChatMessageRoleModifierConstructorDescriptionChatMessage
(ChatMessageRole role, String content) ChatMessage
(ChatMessageRole role, String content, String name)