edit_variant
Manually edit specific fields of a question variant, such as stem, answer, or analysis, and mark it as manually edited. Returns the updated item snapshot for verification.
Instructions
手动编辑某道变式(零 LLM,只 patch 传入字段)→ 标手动编辑态。
参数: thread_id;item_id(= seq,字符串); patch: {stem?, answer?, analyze?}(analyze 映射 toolkit 的 solution 字段;None 键不改)。 返回: {ok, item_id, item}(编辑后该题快照)。改后建议重跑 verify_variant。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | No | ||
| item_id | Yes | ||
| thread_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||