From da52d06fa8e439a74378ba66bd490c4fe8ec2e83 Mon Sep 17 00:00:00 2001 From: liubiren Date: Wed, 10 Dec 2025 11:01:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=B8=B8=E6=9B=B4=E6=96=B0=20from=20N?= =?UTF-8?q?UC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 票据理赔自动化/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/票据理赔自动化/main.py b/票据理赔自动化/main.py index bb2f77f..50dc5aa 100644 --- a/票据理赔自动化/main.py +++ b/票据理赔自动化/main.py @@ -905,7 +905,7 @@ def common_extraction(**kwargs) -> dict | None: return extraction -# 规则模型初始化 +# 初始化规则引擎 def decision(rules_path: Path) -> ZenDecision: def loader(path): with open(path, "r", encoding="utf-8") as file: