Compare commits
2 Commits
de93c33c07
...
7451cd73c9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7451cd73c9 | ||
|
|
aa8a35b920 |
@@ -343,6 +343,7 @@ def cmd_scan(config, recent=None, dry_run=False):
|
||||
|
||||
email_data = build_email_data(envelope, body, config)
|
||||
print(f"{email_data['subject'][:55]}")
|
||||
print(f" From: {email_data['sender'][:60]}")
|
||||
|
||||
# Run the LLM classifier (returns tags instead of confidence)
|
||||
action, tags, summary, reason, duration = classifier.classify_email(
|
||||
|
||||
Reference in New Issue
Block a user