mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-14 15:11:13 +00:00
feat: enhance SystemPluginTemplateItemType to include user instructions (#5455)
This commit is contained in:
@@ -558,6 +558,7 @@ export const getSystemTools = async (): Promise<SystemPluginTemplateItemType[]>
|
||||
intro: item.description,
|
||||
author: item.author,
|
||||
courseUrl: item.courseUrl,
|
||||
instructions: dbPluginConfig?.customConfig?.userGuide,
|
||||
weight: item.weight,
|
||||
workflow: {
|
||||
nodes: [],
|
||||
|
Reference in New Issue
Block a user