Uses of Enum
com.intellijava.core.model.input.ChatGPTMessage.Role
Packages that use ChatGPTMessage.Role
-
Uses of ChatGPTMessage.Role in com.intellijava.core.model.input
Methods in com.intellijava.core.model.input that return ChatGPTMessage.RoleModifier 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.Methods in com.intellijava.core.model.input with parameters of type ChatGPTMessage.RoleModifier and TypeMethodDescriptionvoid
ChatGPTMessage.setRole
(ChatGPTMessage.Role role) set the input role.Constructors in com.intellijava.core.model.input with parameters of type ChatGPTMessage.RoleModifierConstructorDescriptionChatGPTMessage
(String content, ChatGPTMessage.Role role) Initiate ChatGPTMessage with the mandatory parameters.