Properties
chat History
Implementation of EntityMemoryInput.chatHistory
Inherited from BaseChatMemory .chatHistory
Defined in docs/api_refs/langchain/src/memory/chat_memory.ts:28
chat History Key
chat History Key : string = "history"
entities Key
entities Key : string = "entities"
entity Cache
entity Cache : string [] = []
return Messages
return Messages : boolean = false
Implementation of EntityMemoryInput.returnMessages
Inherited from BaseChatMemory .returnMessages
Defined in docs/api_refs/langchain/src/memory/chat_memory.ts:30
Optional
ai Prefix
ai Prefix ?: string
Optional
human Prefix
human Prefix ?: string
Optional
input Key
input Key ?: string
Implementation of EntityMemoryInput.inputKey
Inherited from BaseChatMemory .inputKey
Defined in docs/api_refs/langchain/src/memory/chat_memory.ts:32
Optional
output Key
output Key ?: 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.