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