Merge pull request #405 from moudaz/patch-1

Remove repeated field spam_reason
This commit is contained in:
Sergio Paniego Blanco
2025-04-04 09:21:58 +02:00
committed by GitHub

View File

@@ -47,9 +47,6 @@ class EmailState(TypedDict):
# Category of the email
email_category: Optional[str]
# reason of spam
spam_reason: Optional[str]
# Analysis and decisions
is_spam: Optional[bool]