Interface for the input parameters of the BufferMemory class.

interface BufferMemoryInput {
    aiPrefix?: string;
    humanPrefix?: string;
    memoryKey?: string;
}

Hierarchy (view full)

Implemented by

Properties

aiPrefix?: string
humanPrefix?: string
memoryKey?: string

Generated using TypeDoc