fix: Add supported versions warning to Zep memory node (#11803)

This commit is contained in:
Ricardo Espinoza
2024-11-20 07:52:25 -05:00
committed by GitHub
parent 870c576ed9
commit 9cc5bc1aef

View File

@@ -67,6 +67,12 @@ export class MemoryZep implements INodeType {
],
properties: [
getConnectionHintNoticeField([NodeConnectionType.AiAgent]),
{
displayName: 'Only works with Zep Cloud and Community edition <= v0.27.2',
name: 'supportedVersions',
type: 'notice',
default: '',
},
{
displayName: 'Session ID',
name: 'sessionId',