fix: plugin not get system input config (#5363)

* doc

* fix: action

* fix: plugin not get system input config

* perf: rewrite toolset
This commit is contained in:
Archer
2025-08-01 22:40:48 +08:00
committed by GitHub
parent 00f00f6161
commit 6ac03dbf82
6 changed files with 91 additions and 77 deletions

View File

@@ -24,8 +24,6 @@ export type PluginRuntimeType = {
// system plugin
export type SystemPluginTemplateItemType = WorkflowTemplateType & {
parentId?: ParentIdType;
isFolder?: boolean;
templateType: string;
// FastGPT-plugin tool