fix: use correct description from spec

This commit is contained in:
Stream 2025-09-15 15:30:08 +08:00
parent d6d9554954
commit 9e0630f012
No known key found for this signature in database
GPG Key ID: 033728094B100D70
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class ChatflowMemoryService:
memory_id=memory.spec.id,
name=memory.spec.name,
value=memory.value,
description=""
description=memory.spec.description
)
session.add(draft_var)
session.commit()