Uses of Interface
org.springframework.ai.chat.memory.ChatMemory
Packages that use ChatMemory
-
Uses of ChatMemory in org.springframework.ai.chat.memory
Classes in org.springframework.ai.chat.memory that implement ChatMemoryModifier and TypeClassDescriptionfinal classA 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.