Uses of Package
org.springframework.ai.chat.memory
Packages that use org.springframework.ai.chat.memory
Package
Description
Provides classes for advising chat clients.
-
Classes in org.springframework.ai.chat.memory used by org.springframework.ai.chat.client.advisorClassDescriptionThe contract for storing and managing the memory of chat conversations.
-
Classes in org.springframework.ai.chat.memory used by org.springframework.ai.chat.memoryClassDescriptionThe contract for storing and managing the memory of chat conversations.A repository for storing and retrieving chat messages.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.
-
-
-