Feat: Fixed an issue where modifying fields in the agent operator caused the loss of structured data. #10427 (#11388)

### What problem does this PR solve?

Feat: Fixed an issue where modifying fields in the agent operator caused
the loss of structured data. #10427

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-11-19 20:11:53 +08:00
committed by GitHub
parent 980a883033
commit cfdccebb17
3 changed files with 21 additions and 13 deletions

View File

@ -1855,7 +1855,7 @@ Important structured information may include: names, dates, locations, events, k
desc: 'Descending',
},
variableAssignerLogicalOperatorOptions: {
overwrite: 'Overwrite',
overwrite: 'Overwritten By',
clear: 'Clear',
set: 'Set',
'+=': 'Add',