record_practice_review
Record a finished review with rating and answer to update learning data, requiring the learner's explicit authorization and a unique request ID.
Instructions
WARNING: Changes stored DeepTutor learning data. Check the target ID and values; call only when the learner explicitly requests this action. Record a completed review using the question's current version and a unique request ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | No | Learner's answer | |
| rating | Yes | again, hard, good or easy | |
| confirm | Yes | Set true when this write is authorized by the current user request | |
| version | Yes | Version from get_practice_question | |
| entry_id | Yes | Question entry ID | |
| request_id | Yes | Unique ID, at least 16 URL-safe characters | |
| self_report | No | True for self-assessed answer |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | 原始 DeepTutor 工具返回值;其具体字段由对应 DeepTutor API 决定。 |