refactor(prompt): 重构提示词构建服务与数据模型
This commit is contained in:
@@ -5,3 +5,8 @@ const (
|
||||
ComposeStatusSuccess = "success"
|
||||
ComposeStatusFailed = "failed"
|
||||
)
|
||||
|
||||
const (
|
||||
BuildTypePrompt = 1 //提示词构建
|
||||
BuildTypeNode = 2 //节点构建
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user