mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 15:41:05 +00:00
@@ -9,6 +9,10 @@ export const systemPluginTemplateList: TGroupType[] = [
|
||||
typeId: FlowNodeTemplateTypeEnum.tools,
|
||||
typeName: i18nT('app:tool_type_tools')
|
||||
},
|
||||
{
|
||||
typeId: FlowNodeTemplateTypeEnum.search,
|
||||
typeName: i18nT('app:tool_type_search')
|
||||
},
|
||||
{
|
||||
typeId: FlowNodeTemplateTypeEnum.multimodal,
|
||||
typeName: i18nT('app:tool_type_multimodal')
|
||||
@@ -63,10 +67,6 @@ export const workflowNodeTemplateList: {
|
||||
type: FlowNodeTemplateTypeEnum.ai,
|
||||
label: i18nT('common:core.module.template.AI function')
|
||||
},
|
||||
{
|
||||
type: FlowNodeTemplateTypeEnum.search,
|
||||
label: i18nT('common:core.workflow.template.Search')
|
||||
},
|
||||
{
|
||||
type: FlowNodeTemplateTypeEnum.interactive,
|
||||
label: i18nT('common:core.workflow.template.Interactive')
|
||||
|
@@ -189,6 +189,7 @@
|
||||
"tool_type_news": "news",
|
||||
"tool_type_productivity": "productive forces",
|
||||
"tool_type_scientific": "research",
|
||||
"tool_type_search": "Search",
|
||||
"tool_type_social": "Social",
|
||||
"tool_type_tools": "tool",
|
||||
"tools_no_description": "This tool has not been introduced ~",
|
||||
|
@@ -189,6 +189,7 @@
|
||||
"tool_type_news": "新闻",
|
||||
"tool_type_productivity": "生产力",
|
||||
"tool_type_scientific": "科研",
|
||||
"tool_type_search": "搜索",
|
||||
"tool_type_social": "社交",
|
||||
"tool_type_tools": "工具",
|
||||
"tools_no_description": "这个工具没有介绍~",
|
||||
|
@@ -189,6 +189,7 @@
|
||||
"tool_type_news": "新聞",
|
||||
"tool_type_productivity": "生產力",
|
||||
"tool_type_scientific": "科研",
|
||||
"tool_type_search": "搜尋",
|
||||
"tool_type_social": "社交",
|
||||
"tool_type_tools": "工具",
|
||||
"tools_no_description": "這個工具沒有介紹~",
|
||||
|
Reference in New Issue
Block a user