feat: send analytics event for token usage (#37)

This commit is contained in:
Connor Fogarty
2024-08-15 00:19:12 -05:00
committed by GitHub
parent fb2d957351
commit cf265515cb
4 changed files with 17 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ const MESSAGE_PREFIX = 'Bolt';
export enum AnalyticsTrackEvent {
MessageSent = `${MESSAGE_PREFIX} Message Sent`,
MessageComplete = `${MESSAGE_PREFIX} Message Complete`,
ChatCreated = `${MESSAGE_PREFIX} Chat Created`,
}