Uses of Enum
com.intellijava.core.model.input.ChatGPTMessage.Role
-
Uses of ChatGPTMessage.Role in com.intellijava.core.model.input
Modifier and TypeMethodDescriptionChatGPTMessage.getRole()
get the input role.static ChatGPTMessage.Role
Returns the enum constant of this type with the specified name.static ChatGPTMessage.Role[]
ChatGPTMessage.Role.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ChatGPTMessage.setRole
(ChatGPTMessage.Role role) set the input role.ModifierConstructorDescriptionChatGPTMessage
(String content, ChatGPTMessage.Role role) Initiate ChatGPTMessage with the mandatory parameters.