Compute confidence from decision history instead of LLM
This commit is contained in:
@@ -102,7 +102,7 @@ def _build_prompt(email_data, config):
|
||||
parts.append(
|
||||
"Respond in this exact format (nothing else):\n"
|
||||
"Action: [delete|archive|keep|mark_read|label:<name>]\n"
|
||||
f"Tags: [comma-separated tags from: {tags_list}]\n"
|
||||
f"Tags: [comma-separated tags from: {tags_list}] (at least 3, max 5)\n"
|
||||
"Summary: [one sentence summary of the email]\n"
|
||||
"Reason: [brief explanation for your classification]"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user