Update assistant friendly names with current production assistants
Updated assistantMapping.js with friendly names for all active assistants: - Banner & Ad Server Assistant (updated from Copy Assistant) - Social Assistant - SEM Assistant - Email Assistant - Free Chat This improves UX by showing descriptive names in the assistant filter dropdown instead of raw IDs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
421961afc3
commit
882cd4dc0d
1 changed files with 5 additions and 1 deletions
|
|
@ -8,7 +8,11 @@ export const assistantMapping = {
|
|||
'asst_iiqnQ0w6l5eQAQtLJxDTklwK': 'FreeChat',
|
||||
'asst_eAsIXFpSGiy7jQzyF8p0IRDA': 'Display Banners',
|
||||
'asst_l9G2nl9TacmuheBsueRxTznc': 'Email (beta)',
|
||||
'asst_eECsc64ZG3t6HHuvqR9FvoPt': 'Copy Assistant'
|
||||
'asst_eECsc64ZG3t6HHuvqR9FvoPt': 'Banner & Ad Server Assistant',
|
||||
'asst_rXAn5JElv6xs2TI0mX0MmBq8': 'Social Assistant',
|
||||
'asst_EFc7v1arFUdOWyLPP0R0Xgav': 'SEM Assistant',
|
||||
'asst_eaJ3VwJvU74MuYcmbEod9Wn5': 'Email Assistant',
|
||||
'asst_6t2MacofAVnXKLRlcehQC6sA': 'Free Chat'
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue