mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 07:31:19 +00:00
perf: search key refresh parentId (#5530)
This commit is contained in:
@@ -776,14 +776,6 @@ export async function dispatchWorkFlow(data: Props): Promise<DispatchFlowRespons
|
||||
});
|
||||
});
|
||||
|
||||
// Focus try to run pluginOutput
|
||||
const pluginOutputModule = runtimeNodes.find(
|
||||
(item) => item.flowNodeType === FlowNodeTypeEnum.pluginOutput
|
||||
);
|
||||
if (pluginOutputModule && data.mode !== 'debug') {
|
||||
workflowQueue.nodeRunWithActive(pluginOutputModule);
|
||||
}
|
||||
|
||||
// Get interactive node response.
|
||||
const interactiveResult = (() => {
|
||||
if (workflowQueue.nodeInteractiveResponse) {
|
||||
|
@@ -12,7 +12,6 @@ export const dispatchPluginOutput = (props: PluginOutputProps): PluginOutputResp
|
||||
|
||||
return {
|
||||
[DispatchNodeResponseKeyEnum.nodeResponse]: {
|
||||
totalPoints: 0,
|
||||
pluginOutput: params
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user