Optional
fields: CombinedMemoryInputOptional
inputOptional
outputLoads memory variables from all memory objects.
Input values to load memory variables from.
Promise that resolves with an object containing the loaded memory variables.
Saves the context to all memory objects.
Input values to save.
Output values to save.
Promise that resolves when the context has been saved to all memory objects.
Generated using TypeDoc
Class that manages and manipulates previous chat messages. It extends from the BaseChatMemory class and implements the CombinedMemoryInput interface.