mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
perf: global variable any type (#1387)
This commit is contained in:
@@ -291,7 +291,7 @@ export const getWorkflowGlobalVariables = (
|
||||
splitGuideModule(getGuideModule(nodes))?.variableModules || []
|
||||
).map((item) => ({
|
||||
...item,
|
||||
valueType: WorkflowIOValueTypeEnum.string // 暂时都是字符串
|
||||
valueType: WorkflowIOValueTypeEnum.any
|
||||
}));
|
||||
|
||||
const systemVariables = getSystemVariables(t);
|
||||
|
Reference in New Issue
Block a user