mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-14 23:22:22 +00:00
feat: add toolDescription field across various schemas and update related functions (#5452)
This commit is contained in:
@@ -36,7 +36,8 @@ async function handler(
|
||||
flowNodeType: plugin.isFolder ? FlowNodeTypeEnum.toolSet : FlowNodeTypeEnum.tool,
|
||||
name: parseI18nString(plugin.name, lang),
|
||||
intro: parseI18nString(plugin.intro ?? '', lang),
|
||||
instructions: parseI18nString(plugin.userGuide ?? '', lang)
|
||||
instructions: parseI18nString(plugin.userGuide ?? '', lang),
|
||||
toolDescription: plugin.toolDescription
|
||||
}))
|
||||
.filter((item) => {
|
||||
if (searchKey) {
|
||||
|
Reference in New Issue
Block a user