feat: 重构处理历史与通知留痕追踪
This commit is contained in:
@@ -41,6 +41,60 @@ OUTPUT_FIELD_TEMPLATES = {
|
||||
"suggestions": [],
|
||||
"references": [],
|
||||
},
|
||||
"registration_overview_report": {
|
||||
"batch_id": "",
|
||||
"product_name": "",
|
||||
"file_count": 0,
|
||||
"total_page_count": 0,
|
||||
"chapter_summary": [],
|
||||
"documents": [],
|
||||
"warnings": [],
|
||||
},
|
||||
"registration_completeness_report": {
|
||||
"summary": "",
|
||||
"missing_items": [],
|
||||
"misplaced_items": [],
|
||||
"risk_level": "medium",
|
||||
"references": [],
|
||||
},
|
||||
"registration_field_extraction_report": {
|
||||
"summary": "",
|
||||
"field_items": [],
|
||||
"low_confidence_items": [],
|
||||
"references": [],
|
||||
},
|
||||
"registration_consistency_report": {
|
||||
"summary": "",
|
||||
"conflict_items": [],
|
||||
"mixed_document_risks": [],
|
||||
"risk_level": "medium",
|
||||
"references": [],
|
||||
},
|
||||
"registration_risk_report": {
|
||||
"summary": "",
|
||||
"risk_items": [],
|
||||
"highest_risk_level": "medium",
|
||||
"pass_status": "review_required",
|
||||
"manual_review_items": [],
|
||||
"owner_roles": [],
|
||||
"suggestions": [],
|
||||
"notify_reason": "task_completed",
|
||||
},
|
||||
"registration_word_export_report": {
|
||||
"summary": "",
|
||||
"export_status": "draft_only",
|
||||
"blocked_items": [],
|
||||
"download_url": "",
|
||||
},
|
||||
"feishu_notification_report": {
|
||||
"batch_id": "",
|
||||
"conversation_id": "",
|
||||
"notify_reason": "task_completed",
|
||||
"mentioned_users": [],
|
||||
"message_status": "pending",
|
||||
"web_detail_url": "",
|
||||
"receipt": {},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user