report_outcome
Report actual outcomes after executing a step to enable the scheduler to learn from experience, adjusting future decisions between intuition and deliberation.
Instructions
这一步做完后回报真实结果,核据此自学(生长/细化原型=自己写skill)。observed_criticality=事后看这步真实有多关键(0~1,如:便宜就成功=低, 必须强模型才成功=高);used_system2=这步是否实际走了深思;was_deep=是否做了深处理(默认同 used_system2)。建议把 decide_step 时用的 criticality_hint/difficulty_hint/progress 原样带回以对齐情形签名。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | ||
| criticality_hint | No | ||
| difficulty_hint | No | ||
| progress | No | ||
| observed_criticality | Yes | 0~1,事后观测的真关键度 | |
| used_system2 | Yes | ||
| was_deep | No |