Preparing search index...
The search index is not available
LangChain.js - v0.1.35
LangChain.js
langchain-community/memory/chat_memory
BaseChatMemoryInput
Interface BaseChatMemoryInput
Interface for the input parameters of the BaseChatMemory class.
interface
BaseChatMemoryInput
{
chatHistory
?:
any
;
inputKey
?:
string
;
outputKey
?:
string
;
returnMessages
?:
boolean
;
}
Hierarchy (
view full
)
BaseChatMemoryInput
ZepMemoryInput
Index
Properties
chat
History?
input
Key?
output
Key?
return
Messages?
Properties
Optional
chat
History
chat
History
?:
any
Optional
input
Key
input
Key
?:
string
Optional
output
Key
output
Key
?:
string
Optional
return
Messages
return
Messages
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
chat
History
input
Key
output
Key
return
Messages
LangChain.js - v0.1.35
Loading...
Interface for the input parameters of the BaseChatMemory class.