Improve review summary (#20216)
CI / ARM Extra Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions

* Add debug logging for review summaries report

* Improve debug logging

* Improve review report prompt

* Cleanup

* Add date to report
This commit is contained in:
Nicolas Mowen
2025-09-25 21:05:22 -05:00
committed by GitHub
parent 2f209b2cf4
commit 8b293449f9
4 changed files with 78 additions and 23 deletions
+1
View File
@@ -313,6 +313,7 @@ class EmbeddingMaintainer(threading.Thread):
if resp is not None:
return resp
logger.error(f"No processor handled the topic {topic}")
return None
except Exception as e:
logger.error(f"Unable to handle embeddings request {e}", exc_info=True)