Optional
inputOptional
outputLoads the memory variables. It takes an InputValues
object as a
parameter and returns a Promise
that resolves with a
MemoryVariables
object.
InputValues
object.
A Promise
that resolves with a MemoryVariables
object.
Generated using TypeDoc
Class that represents a conversation chat memory with a token buffer. It extends the
BaseChatMemory
class and implements theConversationTokenBufferMemoryInput
interface.Example