mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-17 00:14:51 +00:00
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:
2
packages/global/core/app/plugin/type.d.ts
vendored
2
packages/global/core/app/plugin/type.d.ts
vendored
@@ -24,8 +24,6 @@ export type PluginRuntimeType = {
|
||||
|
||||
// system plugin
|
||||
export type SystemPluginTemplateItemType = WorkflowTemplateType & {
|
||||
parentId?: ParentIdType;
|
||||
isFolder?: boolean;
|
||||
templateType: string;
|
||||
|
||||
// FastGPT-plugin tool
|
||||
|
Reference in New Issue
Block a user