Preparing search index...
The search index is not available
LangChain.js - v0.1.37
LangChain.js
langchain/memory
BufferWindowMemoryInput
Interface BufferWindowMemoryInput
Interface for the input parameters of the BufferWindowMemory class.
interface
BufferWindowMemoryInput
{
aiPrefix
?:
string
;
humanPrefix
?:
string
;
k
?:
number
;
memoryKey
?:
string
;
}
Hierarchy (
view full
)
Toolkit
BufferWindowMemoryInput
Implemented by
BufferWindowMemory
Index
Properties
ai
Prefix?
human
Prefix?
k?
memory
Key?
Properties
Optional
ai
Prefix
ai
Prefix
?:
string
Optional
human
Prefix
human
Prefix
?:
string
Optional
k
k
?:
number
Optional
memory
Key
memory
Key
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
ai
Prefix
human
Prefix
k
memory
Key
LangChain.js - v0.1.37
langchain-anthropic
langchain-azure-openai
langchain-cloudflare
langchain-cohere
langchain-community
agents/toolkits
aws_sfn
base
connery
caches
cloudflare_kv
ioredis
momento
upstash_redis
callbacks/handlers
llmonitor
lunary
chat_models
alibaba_tongyi
baiduwenxin
bedrock
Loading...
Generated using
TypeDoc
Interface for the input parameters of the BufferWindowMemory class.