Uses of Enum Class
xyz.felh.openai.chat.ChatMessageRole
Packages that use ChatMessageRole
-
Uses of ChatMessageRole in xyz.felh.openai.chat
Methods in xyz.felh.openai.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.chat with parameters of type ChatMessageRoleModifierConstructorDescriptionChatMessage(@NonNull ChatMessageRole role, Object content) ChatMessage(@NonNull ChatMessageRole role, String name, Object content)