Optional
aiOptional
humanOptional
inputOptional
outputMethod to load memory variables and perform entity extraction.
Input values for the method.
Promise resolving to an object containing memory variables.
Method to save the context from a conversation to a buffer and perform entity summarization.
Input values for the method.
Output values from the method.
Promise resolving to void.
Generated using TypeDoc
Class for managing entity extraction and summarization to memory in chatbot applications. Extends the BaseChatMemory class and implements the EntityMemoryInput interface.