Uses of Enum Class
com.developer.nefarious.zjoule.plugin.models.Role
Package
Description
-
Uses of Role in com.developer.nefarious.zjoule.plugin.chat
Modifier and TypeMethodDescriptionIChatMessage.getRole()
Retrieves the role associated with the message.Modifier and TypeMethodDescriptionIAIClient.createMessage
(Role role, String userPrompt) Creates a new chat message with the specified role and content. -
Uses of Role in com.developer.nefarious.zjoule.plugin.chat.models
-
Uses of Role in com.developer.nefarious.zjoule.plugin.chat.openai
Modifier and TypeMethodDescriptionOpenAIChatMessage.getRole()
Retrieves the role associated with the message.Modifier and TypeMethodDescriptionOpenAIClient.createMessage
(Role role, String userPrompt) Creates a chat message with the specified role and content.void
Sets the role of the message.ModifierConstructorDescriptionOpenAIChatMessage
(Role role, String content) Constructs a newOpenAIChatMessage
with the specified role and content. -
Uses of Role in com.developer.nefarious.zjoule.plugin.models