Interface MemoryBufferWindowNodeParameters

Source
interface MemoryBufferWindowNodeParameters {
    contextWindowLength?: number;
    sessionIdType?: "fromInput" | "customKey";
    sessionKey?: string;
}

Properties§

§readonly contextWindowLength?: number

Default: 5

§readonly sessionIdType?: "fromInput" | "customKey"

Default: "fromInput"

§readonly sessionKey?: string

The key to use to store the memory in the workflow data Default: "chat_history"