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