Commit fb858750 by Archer Committed by GitHub

fix: simple mode toolset not refresh tool config (#5365)

parent 845f4d41
......@@ -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({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment