Properties
chatHistory
Implementation of EntityMemoryInput.chatHistory
Inherited from BaseChatMemory .chatHistory
Defined in docs/api_refs/langchain/src/memory/chat_memory.ts:28
chatHistoryKey
chatHistoryKey : string = "history"
entitiesKey
entitiesKey : string = "entities"
entityCache
entityCache : string [] = []
returnMessages
returnMessages : boolean = false
Implementation of EntityMemoryInput.returnMessages
Inherited from BaseChatMemory .returnMessages
Defined in docs/api_refs/langchain/src/memory/chat_memory.ts:30
Optional
aiPrefix
aiPrefix ?: string
Optional
humanPrefix
humanPrefix ?: string
Optional
inputKey
inputKey ?: string
Implementation of EntityMemoryInput.inputKey
Inherited from BaseChatMemory .inputKey
Defined in docs/api_refs/langchain/src/memory/chat_memory.ts:32
Optional
outputKey
outputKey ?: string
Implementation of EntityMemoryInput.outputKey
Inherited from BaseChatMemory .outputKey
Defined in docs/api_refs/langchain/src/memory/chat_memory.ts:34
Class for managing entity extraction and summarization to memory in chatbot applications. Extends the BaseChatMemory class and implements the EntityMemoryInput interface.