mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 15:41:05 +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,
|
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({
|
||||||
|
Reference in New Issue
Block a user