get_calibration
Tracks prediction error and accuracy over task history, split into early and recent halves, to verify that the model improves with experience.
Instructions
查校准指标(量化'越学越聪明'):返回滚动窗口内的 MAE(关键度预测误差,越小越准) 与 accuracy(深思/便宜决策是否命中真关键),并拆成 firstHalf/recentHalf 两半对比 + improving 布尔(近半是否优于前半)。用于证明随任务增多在变准。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes |