Class for managing entity extraction and summarization to memory in
chatbot applications. Extends the BaseChatMemory class and implements
the EntityMemoryInput interface.
constres2 = awaitchain.call({ input:"I work in construction. What about you?", }); console.log({ res2, memory:awaitmemory.loadMemoryVariables({ input:"Who is Jim?" }), });
Class for managing entity extraction and summarization to memory in chatbot applications. Extends the BaseChatMemory class and implements the EntityMemoryInput interface.
Example