refactor: remove graph tools references and related logic from AIAgent and workflows
This commit is contained in:
@@ -1090,7 +1090,6 @@
|
||||
"knowledgeTab": "Knowledge",
|
||||
"skillsTab": "Skills",
|
||||
"directToolsTab": "MCP tools",
|
||||
"graphToolsTab": "Graph Tools",
|
||||
"knowledgeHint": "Select at least one knowledge base. You can adjust priority order.",
|
||||
"selectKnowledge": "Select and add knowledge base",
|
||||
"searchKnowledge": "Search knowledge bases",
|
||||
@@ -1117,13 +1116,7 @@
|
||||
"searchDirectTool": "Search Direct Tools",
|
||||
"emptyDirectTool": "No Direct Tools available",
|
||||
"noDirectToolsHint": "Without Direct Tools, the agent will not call external or built-in tools directly. It will rely on knowledge bases, skills, and normal replies.",
|
||||
"removeDirectTool": "Remove Direct Tool {name}",
|
||||
"graphToolsHint": "Use for built-in workflows such as ticket creation and human handoff. These are kept separate from Direct Tools.",
|
||||
"selectGraphTool": "Select Graph Tool",
|
||||
"searchGraphTool": "Search Graph Tools",
|
||||
"emptyGraphTool": "No Graph Tools available",
|
||||
"noGraphToolsHint": "Without Graph Tools, the agent will not expose built-in workflow tools such as ticket creation or human handoff.",
|
||||
"removeGraphTool": "Remove Graph Tool {name}"
|
||||
"removeDirectTool": "Remove Direct Tool {name}"
|
||||
},
|
||||
"aiConfig": {
|
||||
"allStatuses": "All statuses",
|
||||
|
||||
@@ -1090,7 +1090,6 @@
|
||||
"knowledgeTab": "知识库",
|
||||
"skillsTab": "Skills",
|
||||
"directToolsTab": "MCP tools",
|
||||
"graphToolsTab": "内置流程",
|
||||
"knowledgeHint": "至少选择一个知识库,可调整知识库优先级。",
|
||||
"selectKnowledge": "选择并添加知识库",
|
||||
"searchKnowledge": "搜索知识库",
|
||||
@@ -1117,13 +1116,7 @@
|
||||
"searchDirectTool": "搜索 Direct Tool",
|
||||
"emptyDirectTool": "没有可添加的 Direct Tool",
|
||||
"noDirectToolsHint": "不配置 Direct Tool 时,Agent 不会直接调用外部或内置工具,只会依赖知识库、Skill 和普通回复。",
|
||||
"removeDirectTool": "移除 Direct Tool {name}",
|
||||
"graphToolsHint": "用于建单、转人工等系统内置流程,不再混放到 Direct Tools 中。",
|
||||
"selectGraphTool": "选择 Graph Tool",
|
||||
"searchGraphTool": "搜索 Graph Tool",
|
||||
"emptyGraphTool": "没有可添加的 Graph Tool",
|
||||
"noGraphToolsHint": "不配置 Graph Tool 时,Agent 不会暴露建单/转人工等内置流程工具。",
|
||||
"removeGraphTool": "移除 Graph Tool {name}"
|
||||
"removeDirectTool": "移除 Direct Tool {name}"
|
||||
},
|
||||
"aiConfig": {
|
||||
"allStatuses": "全部状态",
|
||||
|
||||
Reference in New Issue
Block a user