feat(ai_news): router forwards mapping stats to telegram
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user