mirror of https://github.com/langgenius/dify.git
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