fix: 清理 LLM prompt 中的过时引用(confidence/injuries)

- 全部 agent/match_prediction prompt: deprecated "confidence" → "subjective_confidence"
- aggregator prompt: 移除已删除的 injuries 专家(→standings),修正专家中文名(阵容完整性→联赛排名)

消除预测日志中的 Deprecated field / 未知专家警告。
This commit is contained in:
shangfangjian
2026-09-22 11:05:07 +08:00
parent 197641b9f7
commit 8fef411ced
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"data_sufficiency": "high|medium|low|none",
"analysis": "<150 字内分析,含关键事件与走势判断>",
"home_edge": <-1.0 1.0, =/>,
"confidence": <0.0-1.0>,
"subjective_confidence": <0.0-1.0>,
"key_evidence": ["<证据1>", "<证据2>"]
}
```