mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
feat: add edited_by_user field
This commit is contained in:
@ -56,6 +56,7 @@ class MemoryEditApi(WebApiResource):
|
||||
conversation_id=conversation_id,
|
||||
node_id=node_id,
|
||||
app_id=app_model.id,
|
||||
edited_by_user=True
|
||||
),
|
||||
variable_pool=VariablePool(),
|
||||
is_draft=False
|
||||
|
||||
Reference in New Issue
Block a user