feat(analytics): add top tools and topics to session analytics
This commit is contained in:
@@ -332,6 +332,12 @@ Useful for operator dashboards and trend checks (sessions/day, message volume, t
|
||||
"topSessions": [
|
||||
{ "sessionId": "telegram:123456", "messages": 42, "lastActivity": 1739700300 }
|
||||
],
|
||||
"topTools": [
|
||||
{ "toolName": "web.search", "executions": 37 }
|
||||
],
|
||||
"topTopics": [
|
||||
{ "topic": "kubernetes", "occurrences": 22 }
|
||||
],
|
||||
"averageMessagesPerSession": 16.29,
|
||||
"totalSessions": 14,
|
||||
"totalMessages": 228
|
||||
|
||||
Reference in New Issue
Block a user