mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
fix: use correct description from spec
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user