We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56292d commit 2dcbb6aCopy full SHA for 2dcbb6a
services/api-python/app/services/analysis.py
@@ -102,7 +102,7 @@ async def quick_analysis(self, content: str) -> Dict:
102
"findings": quick_findings,
103
"manipulation_techniques": manipulation_techniques,
104
"trust_score": TrustScore(
105
- score=max(0.0, min(1.0, trust_score)),
+ overall_score=max(0.0, min(1.0, trust_score)),
106
confidence=confidence_score,
107
factors={
108
"emotional_language": -0.2 if has_emotional_language else 0,
0 commit comments