Uses of Enum Class
ecmwf.common.ai.ChatConversation.Role
Packages that use ChatConversation.Role
-
Uses of ChatConversation.Role in ecmwf.common.ai
Subclasses with type arguments of type ChatConversation.Role in ecmwf.common.aiModifier and TypeClassDescriptionstatic enumRole of a message in the conversation.Methods in ecmwf.common.ai that return ChatConversation.RoleModifier and TypeMethodDescriptionChatConversation.Message.role()Returns the value of therolerecord component.static ChatConversation.RoleReturns the enum constant of this class with the specified name.static ChatConversation.Role[]ChatConversation.Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ecmwf.common.ai with parameters of type ChatConversation.RoleModifierConstructorDescriptionMessage(ChatConversation.Role role, String content) Creates an instance of aMessagerecord class.