Uses of Class
io.quarkiverse.langchain4j.runtime.devui.json.ChatMessagePojo
Packages that use ChatMessagePojo
-
Uses of ChatMessagePojo in io.quarkiverse.langchain4j.runtime.devui.json
Methods in io.quarkiverse.langchain4j.runtime.devui.json that return ChatMessagePojoModifier and TypeMethodDescriptionstatic ChatMessagePojoChatMessagePojo.fromMessage(dev.langchain4j.data.message.ChatMessage message) Methods in io.quarkiverse.langchain4j.runtime.devui.json that return types with arguments of type ChatMessagePojoModifier and TypeMethodDescriptionChatResultPojo.getHistory()static List<ChatMessagePojo>ChatMessagePojo.listFromMemory(dev.langchain4j.memory.ChatMemory memory) Constructor parameters in io.quarkiverse.langchain4j.runtime.devui.json with type arguments of type ChatMessagePojo