Interface CombinedMemoryInput

Interface that defines the shape of the input object that the CombinedMemory constructor accepts. It extends the BaseChatMemoryInput interface and adds additional properties.

Hierarchy

Implemented by

Properties

memories: BaseMemory[]
aiPrefix?: string
humanPrefix?: string
memoryKey?: string

Generated using TypeDoc