dify/web/app/components/plugins/constants.ts
2024-12-12 17:29:25 +08:00

27 lines
331 B
TypeScript

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