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)
This commit is contained in:
balibabu
2025-02-19 15:47:48 +08:00
committed by GitHub
parent ef95f08c48
commit 38e551cc3d

View File

@ -670,7 +670,6 @@ export const RestrictedUpstreamMap = {
[Operator.RewriteQuestion]: [ [Operator.RewriteQuestion]: [
Operator.Begin, Operator.Begin,
Operator.Message, Operator.Message,
Operator.Generate,
Operator.RewriteQuestion, Operator.RewriteQuestion,
Operator.Relevant, Operator.Relevant,
], ],