verify_ingest
Verify that ingested questions have no residual source prefixes in their heads. Run after each batch ingest; residue count must be zero.
Instructions
🔴 灌库后铁律验证:检查题干开头来源前缀残留(如「(真题·杭州滨江)」「(2025 浙江期末)」)。
ingest_items 已内置预防端自动剥前缀;本工具是验证端——每次灌完卷/批必须跑一次,residue_count 必须=0。 参数: paper_id(查整卷题)或 question_ids(查指定题),二选一。 返回: {ok, residue_count, residues:[{id, head}]};residue_count>0 = 清洗未过,逐题人工处置。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | No | ||
| question_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||