|  | 
 | 
						
						
						
							|  | namespace go conversation.common
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | enum Scene{
 | 
						
						
						
							|  |     Default  = 0,
 | 
						
						
						
							|  |     Explore  = 1,
 | 
						
						
						
							|  |     BotStore = 2,
 | 
						
						
						
							|  |     CozeHome = 3,
 | 
						
						
						
							|  |     Playground = 4, //调试
 | 
						
						
						
							|  |     Evaluation = 5, // 评测平台
 | 
						
						
						
							|  |     AgentAPP = 6,
 | 
						
						
						
							|  |     PromptOptimize = 7, //prompt优化
 | 
						
						
						
							|  |     GenerateAgentInfo = 8 // createbot的nl2bot功能
 | 
						
						
						
							|  |     SceneOpenApi = 9, //openapi
 | 
						
						
						
							|  | } |