Skip to content

Commit 83d0b28

Browse files
author
heheer
committed
add comment
1 parent 50929e4 commit 83d0b28

File tree

1 file changed

+1
-0
lines changed
  • packages/service/core/workflow/dispatch

1 file changed

+1
-0
lines changed

packages/service/core/workflow/dispatch/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ export async function dispatchWorkFlow(data: Props): Promise<DispatchFlowRespons
634634
!props.isToolCall &&
635635
!props.runningAppInfo.isChildApp &&
636636
formatResponseData &&
637+
// skip modules in filter list
637638
!(!props.responseAllData && filterModuleTypeList.includes(formatResponseData.moduleType))
638639
) {
639640
props.workflowStreamResponse?.({

0 commit comments

Comments
 (0)