Interface ChatMemoryRemovable


public interface ChatMemoryRemovable
Interface implemented by each AiService that allows the removal of chat memories from an AiService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    remove(Object... ids)
     
  • Method Details

    • remove

      void remove(Object... ids)