langchain.js
    Preparing search index...

    Interface BufferMemoryInput

    Interface for the input parameters of the BufferMemory class.

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

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

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