mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: Add supported versions warning to Zep memory node (#11803)
This commit is contained in:
parent
870c576ed9
commit
9cc5bc1aef
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue