Class ChatMemoryRemover
java.lang.Object
io.quarkiverse.langchain4j.ChatMemoryRemover
Allows the application to manually control when a
ChatMemory should be removed from the underlying
ChatMemoryStore.-
Method Summary
-
Method Details
-
remove
- Parameters:
aiService- The bean that implements the AI Service annotated withRegisterAiServicememoryId- The object used as memory IDs for which the correspondingChatMemoryshould be removed
-
remove
- Parameters:
aiService- The bean that implements the AI Service annotated withRegisterAiServicememoryIds- The objects used as memory IDs for which the correspondingChatMemoryshould be removed
-