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:
michael 2025-11-18 14:56:13 -06:00
parent 421961afc3
commit 882cd4dc0d

View file

@ -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'
};
/**