Skip to main content

Interface: BufferMemoryInput

memory.internal.BufferMemoryInput

Hierarchy

Implemented by

Properties

aiPrefix

aiPrefix: string

Defined in

langchain/src/memory/buffer_memory.ts:6


chatHistory

chatHistory: ChatMessageHistory

Inherited from

BaseMemoryInput.chatHistory

Defined in

langchain/src/memory/chat_memory.ts:32


humanPrefix

humanPrefix: string

Defined in

langchain/src/memory/buffer_memory.ts:5


inputKey

Optional inputKey: string

Inherited from

BaseMemoryInput.inputKey

Defined in

langchain/src/memory/chat_memory.ts:34


memoryKey

memoryKey: string

Defined in

langchain/src/memory/buffer_memory.ts:7


outputKey

Optional outputKey: string

Inherited from

BaseMemoryInput.outputKey

Defined in

langchain/src/memory/chat_memory.ts:35


returnMessages

returnMessages: boolean

Inherited from

BaseMemoryInput.returnMessages

Defined in

langchain/src/memory/chat_memory.ts:33