Fix:Resolves the issue of sessions not being saved when the variable is array<object>. (#11446)

### What problem does this PR solve?

Fix:Resolves the issue of sessions not being saved when the variable is
array<object>.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-11-21 17:20:26 +08:00
committed by GitHub
parent 13299197b8
commit a0959b9d38
5 changed files with 38 additions and 10 deletions

View File

@ -1046,7 +1046,7 @@ Example: https://fsn1.your-objectstorage.com`,
downloadFileType: 'Download file type',
formatTypeError: 'Format or type error',
variableNameMessage:
'Variable name can only contain letters and underscores',
'Variable name can only contain letters and underscores and numbers',
variableDescription: 'Variable Description',
defaultValue: 'Default Value',
conversationVariable: 'Conversation variable',