set_course_unit_covered
Update a learner's coverage status for a specific course unit by setting it as covered or uncovered. Requires explicit user confirmation before applying this change to the learning record.
Instructions
WARNING: Changes stored DeepTutor learning data. Check the target ID and values; call only when the learner explicitly requests this action. Mark one syllabus unit covered or uncovered; this is a learner record, not proof of mastery
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Set true when this write is authorized by the current user request | |
| covered | Yes | Coverage state | |
| unit_id | Yes | Syllabus unit ID | |
| course_id | Yes | Course ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | 原始 DeepTutor 工具返回值;其具体字段由对应 DeepTutor API 决定。 |