Preparing search index...
The search index is not available
LangChain.js - v0.1.35
LangChain.js
langchain/memory
ConversationTokenBufferMemoryInput
Interface ConversationTokenBufferMemoryInput
Interface for the input parameters of the
BufferTokenMemory
class.
interface
ConversationTokenBufferMemoryInput
{
llm
:
BaseLanguageModelInterface
;
aiPrefix
?:
string
;
humanPrefix
?:
string
;
maxTokenLimit
?:
number
;
memoryKey
?:
string
;
}
Hierarchy (
view full
)
Toolkit
ConversationTokenBufferMemoryInput
Implemented by
ConversationTokenBufferMemory
Index
Properties
llm
ai
Prefix?
human
Prefix?
max
Token
Limit?
memory
Key?
Properties
llm
llm
:
BaseLanguageModelInterface
Optional
ai
Prefix
ai
Prefix
?:
string
Optional
human
Prefix
human
Prefix
?:
string
Optional
max
Token
Limit
max
Token
Limit
?:
number
Optional
memory
Key
memory
Key
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
llm
ai
Prefix
human
Prefix
max
Token
Limit
memory
Key
LangChain.js - v0.1.35
Loading...
Interface for the input parameters of the
BufferTokenMemory
class.