mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
Co-authored-by: Shivam Mishra <scm.mymail@gmail.com> Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
12 lines
318 B
JavaScript
12 lines
318 B
JavaScript
export const OPEN_AI_OPTIONS = {
|
|
IMPROVE_WRITING: 'improve_writing',
|
|
FIX_SPELLING_GRAMMAR: 'fix_spelling_grammar',
|
|
SHORTEN: 'shorten',
|
|
EXPAND: 'expand',
|
|
MAKE_FRIENDLY: 'make_friendly',
|
|
MAKE_FORMAL: 'make_formal',
|
|
SIMPLIFY: 'simplify',
|
|
REPLY_SUGGESTION: 'reply_suggestion',
|
|
SUMMARIZE: 'summarize',
|
|
};
|