mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Add supported versions warning to Zep memory node (#11803)
This commit is contained in:
@@ -67,6 +67,12 @@ export class MemoryZep implements INodeType {
|
|||||||
],
|
],
|
||||||
properties: [
|
properties: [
|
||||||
getConnectionHintNoticeField([NodeConnectionType.AiAgent]),
|
getConnectionHintNoticeField([NodeConnectionType.AiAgent]),
|
||||||
|
{
|
||||||
|
displayName: 'Only works with Zep Cloud and Community edition <= v0.27.2',
|
||||||
|
name: 'supportedVersions',
|
||||||
|
type: 'notice',
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Session ID',
|
displayName: 'Session ID',
|
||||||
name: 'sessionId',
|
name: 'sessionId',
|
||||||
|
|||||||
Reference in New Issue
Block a user