save_grade_report
Save grading reports to answers/converted/ and append canonical error-log entries for standardized record-keeping.
Instructions
Save a model-generated grading report under answers/converted/ and append any canonical error-log entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Filename stem for answers/converted/<slug>.md. | |
| errors | No | ||
| source | No | Default source to record for appended errors. | |
| overwrite | No | ||
| report_md | Yes | ||
| project_root | No | Absolute path to the course project root. Defaults to the server's CWD when omitted; set this explicitly if the user has cd'd between courses within the same Codex session. |