12345678910111213141516171819202122232425262728 |
- export const tagKeys = [
- 'agent',
- 'search',
- 'image',
- 'videos',
- 'weather',
- 'finance',
- 'design',
- 'travel',
- 'social',
- 'news',
- 'medical',
- 'productivity',
- 'education',
- 'business',
- 'entertainment',
- 'utilities',
- 'other',
- ]
- export const categoryKeys = [
- 'model',
- 'tool',
- 'agent-strategy',
- 'extension',
- 'bundle',
- ]
|