langchain.js
Preparing search index...
langchain
memory
ConversationSummaryBufferMemoryInput
Interface ConversationSummaryBufferMemoryInput
Interface for the input parameters of the ConversationSummaryBufferMemory class.
interface
ConversationSummaryBufferMemoryInput
{
aiPrefix
?:
string
;
chatHistory
?:
any
;
humanPrefix
?:
string
;
inputKey
?:
string
;
llm
:
BaseLanguageModelInterface
;
maxTokenLimit
?:
number
;
memoryKey
?:
string
;
outputKey
?:
string
;
prompt
?:
any
;
returnMessages
?:
boolean
;
summaryChatMessageClass
?:
new
(
content
:
string
)
=>
BaseMessage
;
}
Hierarchy (
View Summary
)
BaseConversationSummaryMemoryInput
ConversationSummaryBufferMemoryInput
Implemented by
ConversationSummaryBufferMemory
Index
Properties
ai
Prefix?
chat
History?
human
Prefix?
input
Key?
llm
max
Token
Limit?
memory
Key?
output
Key?
prompt?
return
Messages?
summary
Chat
Message
Class?
Properties
Optional
ai
Prefix
aiPrefix
?:
string
Optional
chat
History
chatHistory
?:
any
Optional
human
Prefix
humanPrefix
?:
string
Optional
input
Key
inputKey
?:
string
llm
llm
:
BaseLanguageModelInterface
Optional
max
Token
Limit
maxTokenLimit
?:
number
Optional
memory
Key
memoryKey
?:
string
Optional
output
Key
outputKey
?:
string
Optional
prompt
prompt
?:
any
Optional
return
Messages
returnMessages
?:
boolean
Optional
summary
Chat
Message
Class
summaryChatMessageClass
?:
new
(
content
:
string
)
=>
BaseMessage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ai
Prefix
chat
History
human
Prefix
input
Key
llm
max
Token
Limit
memory
Key
output
Key
prompt
return
Messages
summary
Chat
Message
Class
langchain.js
Loading...
Interface for the input parameters of the ConversationSummaryBufferMemory class.