Uses of Enum Class
dev.langchain4j.data.message.ChatMessageType
Packages that use ChatMessageType
-
Uses of ChatMessageType in dev.langchain4j.data.message
Subclasses with type arguments of type ChatMessageType in dev.langchain4j.data.messageMethods 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 ChatMessageTypeReturns 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.