v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain/memory
BaseConversationSummaryMemoryInput
Interface BaseConversationSummaryMemoryInput
Interface for the input parameters of the BaseConversationSummaryMemory class.
interface
BaseConversationSummaryMemoryInput
{
llm
:
BaseLanguageModelInterface
;
aiPrefix
?:
string
;
chatHistory
?:
any
;
humanPrefix
?:
string
;
inputKey
?:
string
;
memoryKey
?:
string
;
outputKey
?:
string
;
prompt
?:
any
;
returnMessages
?:
boolean
;
summaryChatMessageClass
?:
(
new
(
content
:
string
)
=>
BaseMessage
)
;
}
Hierarchy (
view full
)
BaseChatMemoryInput
BaseConversationSummaryMemoryInput
ConversationSummaryMemoryInput
ConversationSummaryBufferMemoryInput
Index
Properties
llm
ai
Prefix?
chat
History?
human
Prefix?
input
Key?
memory
Key?
output
Key?
prompt?
return
Messages?
summary
Chat
Message
Class?
Properties
llm
llm
:
BaseLanguageModelInterface
Optional
ai
Prefix
ai
Prefix
?:
string
Optional
chat
History
chat
History
?:
any
Optional
human
Prefix
human
Prefix
?:
string
Optional
input
Key
input
Key
?:
string
Optional
memory
Key
memory
Key
?:
string
Optional
output
Key
output
Key
?:
string
Optional
prompt
prompt
?:
any
Optional
return
Messages
return
Messages
?:
boolean
Optional
summary
Chat
Message
Class
summary
Chat
Message
Class
?:
(
new
(
content
:
string
)
=>
BaseMessage
)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
llm
ai
Prefix
chat
History
human
Prefix
input
Key
memory
Key
output
Key
prompt
return
Messages
summary
Chat
Message
Class
LangChain.js - v0.2.10
Loading...
Interface for the input parameters of the BaseConversationSummaryMemory class.