Uses of Enum Class
dev.langchain4j.model.openai.internal.chat.Role
Packages that use Role
-
Uses of Role in dev.langchain4j.model.openai.internal.chat
Methods in dev.langchain4j.model.openai.internal.chat that return RoleModifier and TypeMethodDescriptionAssistantMessage.role()
FunctionMessage.role()
Deprecated.Message.role()
SystemMessage.role()
ToolMessage.role()
UserMessage.role()
static Role
Returns the enum constant of this class with the specified name.static Role[]
Role.values()
Returns an array containing the constants of this enum class, in the order they are declared.