feat: Implement Chat Memory Manager node (#8127)

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
oleg
2024-01-15 09:13:54 +01:00
committed by GitHub
parent 851060dd3f
commit 464be93323
7 changed files with 346 additions and 3 deletions

View File

@@ -103,6 +103,8 @@ export class MemoryXata implements INodeType {
}),
memoryKey: 'chat_history',
returnMessages: true,
inputKey: 'input',
outputKey: 'output',
});
return {
response: logWrapper(memory, this),