日常更新

from NUC
This commit is contained in:
liubiren 2025-12-10 11:01:25 +08:00
parent 0b5388be5b
commit da52d06fa8
1 changed files with 1 additions and 1 deletions

View File

@ -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: