constants.ts 351 B

12345678910111213141516171819202122232425262728
  1. export const tagKeys = [
  2. 'agent',
  3. 'search',
  4. 'image',
  5. 'videos',
  6. 'weather',
  7. 'finance',
  8. 'design',
  9. 'travel',
  10. 'social',
  11. 'news',
  12. 'medical',
  13. 'productivity',
  14. 'education',
  15. 'business',
  16. 'entertainment',
  17. 'utilities',
  18. 'other',
  19. ]
  20. export const categoryKeys = [
  21. 'model',
  22. 'tool',
  23. 'agent-strategy',
  24. 'extension',
  25. 'bundle',
  26. ]