mirror of
				https://github.com/langgenius/dify.git
				synced 2025-10-31 02:42:59 +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', | ||
|  | ] |