diff --git a/letta/orm/files_agents.py b/letta/orm/files_agents.py index d8fd5c2f..208501e3 100644 --- a/letta/orm/files_agents.py +++ b/letta/orm/files_agents.py @@ -96,7 +96,6 @@ class FileAgent(SqlalchemyBase, OrganizationMixin): visible_content += truncated_warning return PydanticBlock( - organization_id=self.organization_id, value=visible_content, label=self.file_name, # use denormalized file_name instead of self.file.file_name read_only=True,