We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50929e4 commit 83d0b28Copy full SHA for 83d0b28
packages/service/core/workflow/dispatch/index.ts
@@ -634,6 +634,7 @@ export async function dispatchWorkFlow(data: Props): Promise<DispatchFlowRespons
634
!props.isToolCall &&
635
!props.runningAppInfo.isChildApp &&
636
formatResponseData &&
637
+ // skip modules in filter list
638
!(!props.responseAllData && filterModuleTypeList.includes(formatResponseData.moduleType))
639
) {
640
props.workflowStreamResponse?.({
0 commit comments