mirror of
https://github.com/langgenius/dify.git
synced 2025-07-05 16:22:23 +00:00
28 lines
351 B
TypeScript
28 lines
351 B
TypeScript
![]() |
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',
|
||
|
]
|