Skip to content

Commit

Permalink
fix: Add supported versions warning to Zep memory node (#11803)
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoE105 authored Nov 20, 2024
1 parent 870c576 commit 9cc5bc1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9cc5bc1

Please sign in to comment.