Package org.springframework.ai.chat.memory
@NonNullApi
@NonNullFields
package org.springframework.ai.chat.memory
-
ClassDescriptionThe contract for storing and managing the memory of chat conversations.A repository for storing and retrieving chat messages.An in-memory implementation of
ChatMemoryRepository
.A chat memory implementation that maintains a message window of a specified size, ensuring that the total number of messages does not exceed the specified limit.