DEB 降级为模型集群中的普通一员,AI 不再照搬 DEB 做预测
此前 DEB 以独立字段 deb.prediction 传给 AI,提示词又要求"必须综合 DEB", 导致 AI 直接输出 DEB 值而非独立判断。改动: - 移除 AI 输入中的独立 deb 字段,DEB 只作为 model_cluster.sources 中的 一条记录 (model: "DEB (fusion)"),与其他模型平等 - 提示词改为:以模型集群集中区间为基线,用报文观测信号独立判断上修/下修/维持 - 流式/非流式提示词均强调"不要直接照搬 DEB 的值,差异是正常的" - 回退路径改用模型集群中位数作为默认预测,DEB 仅作为备选参考
This commit is contained in:
@@ -356,7 +356,6 @@ def _compact_ai_city_group(rows: List[Dict[str, Any]]) -> Dict[str, Any]:
|
||||
"temp_symbol": first.get("temp_symbol") or first.get("target_unit"),
|
||||
"current_temp": first.get("current_temp"),
|
||||
"current_max_so_far": first.get("current_max_so_far"),
|
||||
"deb_prediction": first.get("deb_prediction"),
|
||||
"window_phase": first.get("window_phase"),
|
||||
"remaining_window_minutes": first.get("remaining_window_minutes"),
|
||||
"peak_window_label": first.get("peak_window_label"),
|
||||
|
||||
Reference in New Issue
Block a user