mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-14 07:00:47 +00:00
fix: simple mode toolset not refresh tool config (#5365)
This commit is contained in:
@@ -158,7 +158,8 @@ export const appWorkflow2Form = ({
|
||||
inputs: node.inputs,
|
||||
outputs: node.outputs,
|
||||
templateType: FlowNodeTemplateTypeEnum.other,
|
||||
pluginData: node.pluginData
|
||||
pluginData: node.pluginData,
|
||||
toolConfig: node.toolConfig
|
||||
});
|
||||
} else if (node.flowNodeType === FlowNodeTypeEnum.systemConfig) {
|
||||
defaultAppForm.chatConfig = getAppChatConfig({
|
||||
|
Reference in New Issue
Block a user