Package org.springframework.ai.chat.memory


package org.springframework.ai.chat.memory
  • Class
    Description
    The ChatMemory interface represents a storage for chat conversation history.
    The InMemoryChatMemory class is an implementation of the ChatMemory interface that represents an in-memory storage for chat conversation history.