Feat: Fixed the issue where the begin operator parameters could not be submitted during debugging #3221 (#8539)

### What problem does this PR solve?

Feat: Fixed the issue where the begin operator parameters could not be
submitted during debugging #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-06-27 18:53:13 +08:00
committed by GitHub
parent 0f7c955634
commit 8e1f8a0c48
6 changed files with 44 additions and 25 deletions

View File

@ -852,6 +852,7 @@ export const RestrictedUpstreamMap = {
[Operator.Agent]: [Operator.Begin],
[Operator.TavilySearch]: [Operator.Begin],
[Operator.StringTransform]: [Operator.Begin],
[Operator.UserFillUp]: [Operator.Begin],
};
export const NodeMap = {