msg cleanup
This commit is contained in:
parent
617f07aae3
commit
13bf17cd64
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ class HandlingTasks:
|
|||
# Add criteria status if available
|
||||
if hasattr(review_result, 'met_criteria') and review_result.met_criteria:
|
||||
for criterion in review_result.met_criteria:
|
||||
completion_message += f"\n• {criterion}\n"
|
||||
completion_message += f"\n• {criterion}"
|
||||
|
||||
if hasattr(review_result, 'quality_score'):
|
||||
completion_message += f"\n📊 Score {review_result.quality_score}/10"
|
||||
|
|
|
|||
Loading…
Reference in a new issue