mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
feat: support workflow node fold (#2797)
* feat: support workflow node fold * fix * fix
This commit is contained in:
1
packages/global/core/workflow/type/node.d.ts
vendored
1
packages/global/core/workflow/type/node.d.ts
vendored
@@ -104,6 +104,7 @@ export type FlowNodeItemType = FlowNodeTemplateType & {
|
||||
response?: ChatHistoryItemResType;
|
||||
isExpired?: boolean;
|
||||
};
|
||||
isFolded?: boolean;
|
||||
};
|
||||
|
||||
// store node type
|
||||
|
Reference in New Issue
Block a user