{{ $t('views.application.form.roleSettings.label') }}
@@ -669,7 +669,7 @@ const optimizationPrompt =
const AIModeParamSettingDialogRef = ref
>()
const ReasoningParamSettingDialogRef = ref>()
const TTSModeParamSettingDialogRef = ref>()
-const STTModeParamSettingDialogRef = ref>()
+const STTModeParamSettingDialogRef = ref>()
const ParamSettingDialogRef = ref>()
const GeneratePromptDialogRef = ref>()
diff --git a/ui/src/workflow/nodes/ai-chat-node/index.vue b/ui/src/workflow/nodes/ai-chat-node/index.vue
index 28d742d4e..973b95943 100644
--- a/ui/src/workflow/nodes/ai-chat-node/index.vue
+++ b/ui/src/workflow/nodes/ai-chat-node/index.vue
@@ -53,7 +53,7 @@
>
-
+
{{ $t('views.application.form.roleSettings.label') }}
@@ -72,7 +72,7 @@
v-model="chat_data.system"
style="height: 100px"
@submitDialog="submitSystemDialog"
- :placeholder="$t('views.application.form.roleSettings.label')"
+ :placeholder="$t('views.application.form.roleSettings.placeholder')"
/>