mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 15:01:04 +08:00
refactor: add version field to MemoryBlockWithVisibility
This commit is contained in:
parent
8563ae5511
commit
f4f055fb36
@ -73,6 +73,7 @@ class MemoryBlockWithVisibility(BaseModel):
|
||||
id: str
|
||||
name: str
|
||||
value: str
|
||||
version: int
|
||||
end_user_visible: bool
|
||||
end_user_editable: bool
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user