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