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