扣子智能体
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
385 B

namespace go conversation.common
enum Scene{
Default = 0,
Explore = 1,
BotStore = 2,
CozeHome = 3,
Playground = 4, //debugging
Evaluation = 5, // evaluation platform
AgentAPP = 6,
PromptOptimize = 7, //Prompt optimization
GenerateAgentInfo = 8 // Createbot's nl2bot features
SceneOpenApi = 9, //openapi
SceneWorkflow = 50 , // workflow
}