Class InMemoryChatMemoryRepository

java.lang.Object
org.springframework.ai.chat.memory.InMemoryChatMemoryRepository
All Implemented Interfaces:
ChatMemoryRepository

public final class InMemoryChatMemoryRepository extends Object implements ChatMemoryRepository
An in-memory implementation of ChatMemoryRepository.
Since:
1.0.0
Author:
Thomas Vitale