Uses of Enum Class
dev.langchain4j.data.message.ChatMessageType
Packages that use ChatMessageType
-
Uses of ChatMessageType in dev.langchain4j.data.message
Methods in dev.langchain4j.data.message that return ChatMessageTypeModifier and TypeMethodDescriptionAiMessage.type()
ChatMessage.type()
The type of the message.CustomMessage.type()
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.