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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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