cleaned code

This commit is contained in:
Yannick Stephan
2025-02-09 15:25:58 +01:00
parent d1d422e5e4
commit c36c6743d6
2 changed files with 15 additions and 10 deletions

View File

@@ -165,6 +165,7 @@ class DocStatus(str, Enum):
@dataclass
class DocProcessingStatus:
"""Document processing status data structure"""
content: str
"""Original content of the document"""
content_summary: str