langchain.js
Preparing search index...
langchain
memory
BufferWindowMemoryInput
Interface BufferWindowMemoryInput
Interface for the input parameters of the BufferWindowMemory class.
interface
BufferWindowMemoryInput
{
aiPrefix
?:
string
;
chatHistory
?:
any
;
humanPrefix
?:
string
;
inputKey
?:
string
;
k
?:
number
;
memoryKey
?:
string
;
outputKey
?:
string
;
returnMessages
?:
boolean
;
}
Hierarchy (
View Summary
)
BaseChatMemoryInput
BufferWindowMemoryInput
Implemented by
BufferWindowMemory
Index
Properties
ai
Prefix?
chat
History?
human
Prefix?
input
Key?
k?
memory
Key?
output
Key?
return
Messages?
Properties
Optional
ai
Prefix
aiPrefix
?:
string
Optional
chat
History
chatHistory
?:
any
Optional
human
Prefix
humanPrefix
?:
string
Optional
input
Key
inputKey
?:
string
Optional
k
k
?:
number
Optional
memory
Key
memoryKey
?:
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
ai
Prefix
chat
History
human
Prefix
input
Key
k
memory
Key
output
Key
return
Messages
langchain.js
Loading...
Interface for the input parameters of the BufferWindowMemory class.