wujingjing
2024-12-23 6d82ad4fb10f7015059b1b2cbcf72e8a949e83fa
src/components/vue-flow/vueFlowEnum.ts
@@ -17,8 +17,11 @@
   Condition = 'condition',
   Knowledge = 'knowledge',
   Output = 'output_msg',
   Agent='agent',
   Func='func',
   Agent = 'agent',
   Func = 'func',
   Code = 'code',
   TextResource = 'text_resource',
   Analysis = 'analysis',
}
export const nodeTypeMap = {
@@ -30,7 +33,9 @@
   [NodeType.Output]: '对话',
   [NodeType.Agent]: '代理',
   [NodeType.Func]: '执行功能',
   [NodeType.Code]: '代码',
   [NodeType.TextResource]: '文本资源',
   [NodeType.Analysis]: '分析',
};
export const enum CompareOperation {