refactor: add version field to MemoryBlockWithVisibility

This commit is contained in:
Stream 2025-09-15 19:27:17 +08:00
parent 8563ae5511
commit f4f055fb36
No known key found for this signature in database
GPG Key ID: 033728094B100D70
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ class MemoryBlockWithVisibility(BaseModel):
id: str
name: str
value: str
version: int
end_user_visible: bool
end_user_editable: bool