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 withRegisterAiService
memoryId
- The object used as memory IDs for which the correspondingChatMemory
should be removed
-
remove
- Parameters:
aiService
- The bean that implements the AI Service annotated withRegisterAiService
memoryIds
- The objects used as memory IDs for which the correspondingChatMemory
should be removed
-