Preparing search index...
The search index is not available
LangChain.js - v0.1.35
LangChain.js
langchain/memory
ConversationSummaryMemoryInput
Interface ConversationSummaryMemoryInput
Interface for the input parameters of the ConversationSummaryMemory class.
interface
ConversationSummaryMemoryInput
{
llm
:
BaseLanguageModelInterface
;
aiPrefix
?:
string
;
humanPrefix
?:
string
;
memoryKey
?:
string
;
prompt
?:
any
;
summaryChatMessageClass
?:
(
new
(
content
)
=>
BaseMessage
)
;
}
Hierarchy (
view full
)
BaseConversationSummaryMemoryInput
ConversationSummaryMemoryInput
Index
Properties
llm
ai
Prefix?
human
Prefix?
memory
Key?
prompt?
summary
Chat
Message
Class?
Properties
llm
llm
:
BaseLanguageModelInterface
Optional
ai
Prefix
ai
Prefix
?:
string
Optional
human
Prefix
human
Prefix
?:
string
Optional
memory
Key
memory
Key
?:
string
Optional
prompt
prompt
?:
any
Optional
summary
Chat
Message
Class
summary
Chat
Message
Class
?:
(
new
(
content
)
=>
BaseMessage
)
Type declaration
new
(
content
)
:
BaseMessage
Parameters
content
:
string
Returns
BaseMessage
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
llm
ai
Prefix
human
Prefix
memory
Key
prompt
summary
Chat
Message
Class
LangChain.js - v0.1.35
Loading...
Interface for the input parameters of the ConversationSummaryMemory class.