修改了judge的信息反馈

This commit is contained in:
jinye_huang 2025-07-16 18:35:04 +08:00
parent 5637305a36
commit 3a9e946297
2 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class ContentJudger:
judged_data = process_llm_json_text(raw_result)
if judged_data and isinstance(judged_data, dict) and "title" in judged_data and "content" in judged_data:
judged_data["judge_success"] = True
judged_data.pop("analysis")
# 直接使用原始内容中的标签
if original_tag:
judged_data["tag"] = original_tag