feat(ai_news): router forwards mapping stats to telegram

This commit is contained in:
2026-05-14 02:13:06 +09:00
parent 19aed304cb
commit b3fac4f442
2 changed files with 5 additions and 4 deletions

View File

@@ -309,6 +309,7 @@ async def post_refresh_news_sentiment(asof: Optional[str] = None):
top_pos=summary["top_pos"], top_neg=summary["top_neg"],
tokens_input=summary["tokens_input"],
tokens_output=summary["tokens_output"],
mapping=summary.get("mapping"),
)
return summary