Interface MemoryBufferWindowNodeParameters

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

Properties§

Source§

readonly contextWindowLength?: number

Default: 5

Source§

readonly sessionIdType?: "fromInput" | "customKey"

Default: "fromInput"

Source§

readonly sessionKey?: string

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