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