refactor: remove MemoryBlockWithVisibility

This commit is contained in:
Stream
2025-09-22 18:16:37 +08:00
parent a8c2a300f6
commit 7c35aaa99d
2 changed files with 0 additions and 37 deletions

View File

@ -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