feat(analytics): add top tools and topics to session analytics
This commit is contained in:
@@ -214,6 +214,8 @@ export function createSystemHandlers(deps: SystemHandlerDeps) {
|
||||
return makeResponse(request.id, {
|
||||
daily: [],
|
||||
topSessions: [],
|
||||
topTools: [],
|
||||
topTopics: [],
|
||||
averageMessagesPerSession: 0,
|
||||
totalSessions: 0,
|
||||
totalMessages: 0,
|
||||
|
||||
Reference in New Issue
Block a user