mirror of
				https://github.com/langgenius/dify.git
				synced 2025-10-31 19:03:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			367 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			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',
 | |
|   'agent-strategy',
 | |
|   'extension',
 | |
|   'bundle',
 | |
|   'datasource',
 | |
| ]
 | 
