fix: block validation error (#3431)

This commit is contained in:
cthomas
2025-07-19 23:58:18 -07:00
committed by GitHub
parent 9c1ec9782c
commit 555db59f2c

View File

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