调整错题优先级
adjust_priorityAdjust an error's priority by a specified delta on user request, with the adjustment decaying over 14 days and not affecting review scheduling.
Instructions
仅在用户明确要求提高或降低某编号优先级时调用。delta 为 -5..-1 或 1..5;影响按 14 天半衰期衰减,不会篡改 FSRS 或伪造复习。若用户说又做错了,应调用 record_review。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delta | Yes | ||
| number | Yes | ||
| reason | Yes | ||
| idempotency_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||