Feature: Added global variable functionality #10703 (#11117)

### What problem does this PR solve?

Feature: Added global variable functionality

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
chanx
2025-11-10 10:16:12 +08:00
committed by GitHub
parent b6cd282ccd
commit 7423a5806e
10 changed files with 402 additions and 4 deletions

View File

@ -981,6 +981,11 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
pleaseUploadAtLeastOneFile: 'Please upload at least one file',
},
flow: {
variableNameMessage:
'Variable name can only contain letters and underscores',
variableDescription: 'Variable Description',
defaultValue: 'Default Value',
gobalVariable: 'Global Variable',
recommended: 'Recommended',
customerSupport: 'Customer Support',
marketing: 'Marketing',