This commit is contained in:
2026-04-01 13:05:12 +09:00
parent 394ea1d581
commit 5ba71f37c0
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -434,6 +434,13 @@ $newsDataSection
4. Confidence: Assign a confidence score (0-100) based on how clearly the data points to the decision.
# Confidence Scoring Guide (CRITICAL)
Assign the 'confidence' score based on these rules:
- 80-100: When Financials are strong AND News Context clearly supports the trend.
- 50-79: When Financials are stable but News is neutral or missing.
- 10-49: When Financials and News contradict each other.
- 1-9: Reserved ONLY for extreme data corruption.
- NEVER output 0 unless the data is completely unreadable. Even a weak guess should be at least 10.
# Strict Constraints