fix: ensure consistent DSL export behavior across UI entry (#25317)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
@@ -140,6 +140,10 @@ const translation = {
|
||||
export: 'Export DSL with secret values ',
|
||||
},
|
||||
},
|
||||
sidebar: {
|
||||
exportWarning: 'Export Current Saved Version',
|
||||
exportWarningDesc: 'This will export the current saved version of your workflow. If you have unsaved changes in the editor, please save them first by using the export option in the workflow canvas.',
|
||||
},
|
||||
chatVariable: {
|
||||
panelTitle: 'Conversation Variables',
|
||||
panelDescription: 'Conversation Variables are used to store interactive information that LLM needs to remember, including conversation history, uploaded files, user preferences. They are read-write. ',
|
||||
|
Reference in New Issue
Block a user