Re-key the 3 D-stroke drug ids now that the corpus fix is live

This commit is contained in:
2026-08-25 12:07:22 +07:00
parent 1ddd878431
commit cfb6b4fb62
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -214,10 +214,10 @@ class _VerificationOutcome:
# and the fold-based dedup below always mismatches for them. Does not touch
# drug_id or any stored data — only the label text shown in generated answers.
_DRUG_LABEL_OVERRIDES: dict[str, str] = {
"giai_oc_to_uon_van_hap_phu_vac_xin_uon_van_hap_phu":
"giai_doc_to_uon_van_hap_phu_vac_xin_uon_van_hap_phu":
"GIẢI ĐỘC TỐ UỐN VÁN HẤP PHỤ (VẮC XIN UỐN VÁN HẤP PHỤ)",
"khang_oc_to_bach_hau": "KHÁNG ĐỘC TỐ BẠCH HẦU",
"thuoc_uong_bu_nuoc_va_ien_giai": "THUỐC UỐNG BÙ NƯỚC VÀ ĐIỆN GIẢI",
"khang_doc_to_bach_hau": "KHÁNG ĐỘC TỐ BẠCH HẦU",
"thuoc_uong_bu_nuoc_va_dien_giai": "THUỐC UỐNG BÙ NƯỚC VÀ ĐIỆN GIẢI",
}