feat(prompts): rename 检验记录过程性 -> 检验记录; drop 法兰隔膜 as attachment
Classification-boundary adjustments in prompts.py (the single source the parser validates against, so parser.py needs no change): - Rename fine type 检验记录过程性 -> 检验记录 in the 资料类 enumeration. - 法兰隔膜 no longer counts as an attachment: removed from the 配件类 enumeration (25 -> 24 fine types) and the prose example list, added an explicit rule bullet and 注意 note that it is ignored even when the param text mentions it, and fixed the stale comment that referenced it. - Updated the few-shot example: input still mentions 法兰隔膜 but the expected output now lists only 紧固件, actively teaching the model to ignore 法兰隔膜. - README category lists/counts synced (检验记录 rename; 配件类 25 -> 24). Verified via parser: 检验记录 and 紧固件 validate; 检验记录过程性 and 法兰隔膜 are now rejected as non-enum fine types. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -96,11 +96,11 @@ python main.py --sn 26B742,26B743 --summary
|
||||
### 分类体系(已与业务方确认边界)
|
||||
|
||||
**资料类**(12 个细分):出厂检测检验报告、材质证明类、说明书、
|
||||
检验记录过程性、图纸类、标定校验证书、质量证明书、原产地证明、检验合格证书
|
||||
检验记录、图纸类、标定校验证书、质量证明书、原产地证明、检验合格证书
|
||||
综合、其他交工文件、营业执照、型式检验报告
|
||||
|
||||
**配件类**(25 个细分):针型阀、球阀、截止阀、旋塞阀、角阀、阀组、冷凝圈、
|
||||
冷凝管、冷凝弯、虹吸管、表弯管、缓冲管缓冲弯、法兰隔膜、隔离器、过压保护器、
|
||||
**配件类**(24 个细分):针型阀、球阀、截止阀、旋塞阀、角阀、阀组、冷凝圈、
|
||||
冷凝管、冷凝弯、虹吸管、表弯管、缓冲管缓冲弯、隔离器、过压保护器、
|
||||
散热器散热片、铅封、转换接头、焊接接头短节短管、卡箍抱箍、紧固件、活接头、
|
||||
接线盒、电缆插头、变送器
|
||||
|
||||
|
||||
Reference in New Issue
Block a user