Feat: Add a form with data operations operators #10427 (#11001)

### What problem does this PR solve?

Feat: Add a form with data operations operators #10427

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-11-04 19:42:59 +08:00
committed by GitHub
parent 880a6a0428
commit db9fa3042b
16 changed files with 433 additions and 49 deletions

View File

@ -1728,6 +1728,16 @@ Important structured information may include: names, dates, locations, events, k
configuration: 'Configuration',
structuredOutput: 'Structured output',
},
operations: 'Operations',
operationsOptions: {
selectKeys: 'Select keys',
literalEval: 'Literal eval',
combine: 'Combine',
filterValues: 'Filter values',
appendOrUpdate: 'Append or update',
removeKeys: 'Remove keys',
renameKeys: 'Rename keys',
},
},
llmTools: {
bad_calculator: {