refactor(prompts-core): 重构代码结构和优化工具函数
This commit is contained in:
@@ -11,3 +11,7 @@ const (
|
||||
BuildTypeNode = 2 //节点构建
|
||||
BuildTypeStruct = 3 //结构构建
|
||||
)
|
||||
|
||||
const (
|
||||
ModelTypeInference = 100 // 推理模型
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user