feat: Rewrite APIs for ai editor message improvement (#13059)

Co-authored-by: Vishnu Narayanan <iamwishnu@gmail.com>
This commit is contained in:
Aakash Bakhle
2025-12-15 18:38:21 +05:30
committed by GitHub
co-authored by Vishnu Narayanan
parent 3fce56c98f
commit 0fe2bf8647
8 changed files with 99 additions and 38 deletions
@@ -8,4 +8,8 @@ export const OPEN_AI_OPTIONS = {
SIMPLIFY: 'simplify',
REPLY_SUGGESTION: 'reply_suggestion',
SUMMARIZE: 'summarize',
CASUAL: 'casual',
PROFESSIONAL: 'professional',
STRAIGHTFORWARD: 'straightforward',
CONFIDENT: 'confident',
};