Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

constants.ts 376B

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