feat: Add CTAs for AI features (#7538)

This commit is contained in:
Muhsin Keloth
2023-08-16 08:39:41 +05:30
committed by GitHub
parent 7b8a3fcae0
commit b89c917198
7 changed files with 294 additions and 23 deletions

View File

@@ -89,6 +89,8 @@ export const OPEN_AI_EVENTS = Object.freeze({
SIMPLIFY: 'OpenAI: Used simplify',
APPLY_LABEL_SUGGESTION: 'OpenAI: Apply label from suggestion',
DISMISS_LABEL_SUGGESTION: 'OpenAI: Dismiss label suggestions',
ADDED_AI_INTEGRATION_VIA_CTA_BUTTON:
'OpenAI: Added AI integration via CTA button',
DISMISS_AI_SUGGESTION: 'OpenAI: Dismiss AI suggestions',
});