shangfangjian
|
1ddf697c97
|
fix(P1-C): 公开预测仅 live+success,且不含 reasoning/agent_outputs
GET /matches/{id}:查询加 WHERE run_type='live' AND status='success';
recent_predictions 不再输出 reasoning/agent_outputs(避免泄露内部推理)。
MatchOut.recent_predictions schema 放宽为 list[dict]。
测试 test_p1_c_public_predictions(2/2);全量 309 通过。
|
2026-09-22 03:39:36 +08:00 |
|