Interface ChatMemoryRepository
- All Known Implementing Classes:
InMemoryChatMemoryRepository
public interface ChatMemoryRepository
A repository for storing and retrieving chat messages.
- Since:
- 1.0.0
- Author:
- Thomas Vitale
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByConversationId(String conversationId) findByConversationId(String conversationId) voidReplaces all the existing messages for the given conversation ID with the provided messages.
-
Method Details
-
findConversationIds
-
findByConversationId
-
saveAll
Replaces all the existing messages for the given conversation ID with the provided messages. -
deleteByConversationId
-