From 38e551cc3d4c13e6e8306ace137f670f575e5a03 Mon Sep 17 00:00:00 2001 From: balibabu Date: Wed, 19 Feb 2025 15:47:48 +0800 Subject: [PATCH] Feat: Allow the Rewrite operator to connect to the Generate operator #1739 (#5128) ### What problem does this PR solve? Feat: Allow the Rewrite operator to connect to the Generate operator #1739 ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- web/src/pages/flow/constant.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/pages/flow/constant.tsx b/web/src/pages/flow/constant.tsx index cc44daffa..ba34e7a2c 100644 --- a/web/src/pages/flow/constant.tsx +++ b/web/src/pages/flow/constant.tsx @@ -670,7 +670,6 @@ export const RestrictedUpstreamMap = { [Operator.RewriteQuestion]: [ Operator.Begin, Operator.Message, - Operator.Generate, Operator.RewriteQuestion, Operator.Relevant, ],