mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
refactor: remove MemoryBlockWithVisibility
This commit is contained in:
@ -70,15 +70,6 @@ class MemoryBlock(BaseModel):
|
||||
node_id: Optional[str] = None
|
||||
|
||||
|
||||
class MemoryBlockWithVisibility(BaseModel):
|
||||
id: str
|
||||
name: str
|
||||
value: str
|
||||
version: int
|
||||
end_user_visible: bool
|
||||
end_user_editable: bool
|
||||
|
||||
|
||||
class MemoryValueData(BaseModel):
|
||||
value: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user