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