Class ChatJsonRPCService
java.lang.Object
io.quarkiverse.langchain4j.runtime.devui.ChatJsonRPCService
-
Constructor Summary
ConstructorsConstructorDescriptionChatJsonRPCService
(List<dev.langchain4j.model.chat.ChatLanguageModel> models, List<Supplier<dev.langchain4j.rag.RetrievalAugmentor>> retrievalAugmentorSuppliers, List<dev.langchain4j.rag.RetrievalAugmentor> retrievalAugmentors, dev.langchain4j.memory.chat.ChatMemoryProvider memoryProvider, QuarkusToolExecutorFactory toolExecutorFactory) -
Method Summary
Modifier and TypeMethodDescriptiondev.langchain4j.model.output.Response<dev.langchain4j.data.message.AiMessage>
executeWithTools
(dev.langchain4j.memory.ChatMemory memory)
-
Constructor Details
-
ChatJsonRPCService
public ChatJsonRPCService(List<dev.langchain4j.model.chat.ChatLanguageModel> models, List<Supplier<dev.langchain4j.rag.RetrievalAugmentor>> retrievalAugmentorSuppliers, List<dev.langchain4j.rag.RetrievalAugmentor> retrievalAugmentors, dev.langchain4j.memory.chat.ChatMemoryProvider memoryProvider, QuarkusToolExecutorFactory toolExecutorFactory)
-
-
Method Details
-
reset
-
chat
-
executeWithTools
public dev.langchain4j.model.output.Response<dev.langchain4j.data.message.AiMessage> executeWithTools(dev.langchain4j.memory.ChatMemory memory)
-