langchain.js
Preparing search index...
langchain
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 Summary
)
BaseChatMemoryInput
BufferMemoryInput
BaseConversationSummaryMemoryInput
BufferWindowMemoryInput
CombinedMemoryInput
ConversationTokenBufferMemoryInput
Index
Properties
chat
History?
input
Key?
output
Key?
return
Messages?
Properties
Optional
chat
History
chatHistory
?:
any
Optional
input
Key
inputKey
?:
string
Optional
output
Key
outputKey
?:
string
Optional
return
Messages
returnMessages
?:
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.