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