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 = ({ ...@@ -158,7 +158,8 @@ export const appWorkflow2Form = ({
inputs: node.inputs, inputs: node.inputs,
outputs: node.outputs, outputs: node.outputs,
templateType: FlowNodeTemplateTypeEnum.other, templateType: FlowNodeTemplateTypeEnum.other,
pluginData: node.pluginData pluginData: node.pluginData,
toolConfig: node.toolConfig
}); });
} else if (node.flowNodeType === FlowNodeTypeEnum.systemConfig) { } else if (node.flowNodeType === FlowNodeTypeEnum.systemConfig) {
defaultAppForm.chatConfig = getAppChatConfig({ 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