MCPcopy Create free account
hub / github.com/ModelEngine-Group/app-platform / getIcon

Function getIcon

agent-flow/src/components/llm/SkillForm.jsx:122–128  ·  view source on GitHub ↗
(tags)

Source from the content-addressed store, hash-verified

120 * @param tags 工具标签
121 */
122 const getIcon = (tags) => {
123 if (tags.includes(TOOL_TYPE.WATER_FLOW)) {
124 return WorkflowIcon;
125 } else {
126 return ToolIcon;
127 }
128 };
129
130 /**
131 * 获取工具类型

Callers 1

SkillContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected