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