update_concept
Edit an existing concept's name, short definition, source references, and flashcard IDs to keep learning materials accurate.
Instructions
修订已有 concept 的字段 (name / short_definition / source_refs / flashcard_ids).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| concept_id | Yes | ||
| source_refs | No | SourceRef[];每项须为对象 {type, url?, file_ref?, page?, ...},type 取封闭枚举 | |
| flashcard_ids | No | 每项必须是已存在的 flashcard id(server 会查存在性) | |
| idempotency_key | No | 可选。幂等键 (建议 uuid) —— 同一 key 重放此调用返回首次结果, 不重复写入. 网络重试/断线重连时带上同一个 key, 而不是猜"上次到底写没写". | |
| short_definition | No |