Interface for the input parameters of the BufferWindowMemory class.

interface BufferWindowMemoryInput {
    aiPrefix?: string;
    chatHistory?: any;
    humanPrefix?: string;
    inputKey?: string;
    k?: number;
    memoryKey?: string;
    outputKey?: string;
    returnMessages?: boolean;
}

Hierarchy (view full)

Implemented by

Properties

aiPrefix?: string
chatHistory?: any
humanPrefix?: string
inputKey?: string
k?: number
memoryKey?: string
outputKey?: string
returnMessages?: boolean

Generated using TypeDoc