Interface ChatMemory
- All Known Implementing Classes:
CassandraChatMemory
,InMemoryChatMemory
public interface ChatMemory
The ChatMemory interface represents a storage for chat conversation history. It
provides methods to add messages to a conversation, retrieve messages from a
conversation, and clear the conversation history.
- Since:
- 1.0.0
- Author:
- Christian Tzolov
-
Method Summary
-
Method Details
-
add
-
add
-
get
-
clear
-