Uses of Enum Class
dev.langchain4j.data.message.ChatMessageType
-
Uses of ChatMessageType in dev.langchain4j.data.message
Modifier and TypeMethodDescriptionAiMessage.type()
ChatMessage.type()
The type of the message.SystemMessage.type()
ToolExecutionResultMessage.type()
UserMessage.type()
static ChatMessageType
Returns the enum constant of this class with the specified name.static ChatMessageType[]
ChatMessageType.values()
Returns an array containing the constants of this enum class, in the order they are declared.