Interface RemovableChatMemoryProvider

All Superinterfaces:
dev.langchain4j.memory.chat.ChatMemoryProvider

public interface RemovableChatMemoryProvider extends dev.langchain4j.memory.chat.ChatMemoryProvider
Extends ChatMemoryProvider to allow for removing ChatMemory when it is no longer needed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface dev.langchain4j.memory.chat.ChatMemoryProvider

    get
  • Method Details

    • remove

      void remove(Object id)