dify/web/app/components/plugins/constants.ts
2025-06-12 15:05:36 +08:00

29 lines
367 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',
'datasource',
'agent-strategy',
'extension',
'bundle',
]