Uses of Enum Class
xyz.felh.openai.completion.chat.ChatMessageRole
Packages that use ChatMessageRole
-
Uses of ChatMessageRole in xyz.felh.openai.completion.chat
Methods in xyz.felh.openai.completion.chat that return ChatMessageRoleModifier and TypeMethodDescriptionstatic ChatMessageRoleReturns 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 xyz.felh.openai.completion.chat with parameters of type ChatMessageRoleModifierConstructorDescriptionChatMessage(ChatMessageRole role, String content) ChatMessage(ChatMessageRole role, String content, String name)