refactor: address code review feedback - simplify dispatch, add warning log

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-16 22:36:24 +00:00
parent 651b48658c
commit bdc26846bd
2 changed files with 10 additions and 15 deletions
+1
View File
@@ -103,6 +103,7 @@ def classify_document_task(
try:
existing_metadata = json.loads(file_record.ai_metadata)
except (json.JSONDecodeError, TypeError):
logger.warning("Failed to parse ai_metadata for file %s, starting fresh", file_id)
existing_metadata = {}
# Load custom rules