Interface for the input parameters of the BufferWindowMemory class.

interface BufferWindowMemoryInput {
    aiPrefix?: string;
    humanPrefix?: string;
    k?: number;
    memoryKey?: string;
}

Hierarchy (view full)

Implemented by

Properties

aiPrefix?: string
humanPrefix?: string
k?: number
memoryKey?: string

Generated using TypeDoc