From 0971ea55dec45960ecfbca9c213b337d195847b1 Mon Sep 17 00:00:00 2001 From: ulleo Date: Fri, 8 May 2026 17:52:17 +0800 Subject: [PATCH] feat: Support configure SQLBot name in chat template --- frontend/src/views/system/parameter/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/system/parameter/index.vue b/frontend/src/views/system/parameter/index.vue index eac10d67..10dcd87d 100644 --- a/frontend/src/views/system/parameter/index.vue +++ b/frontend/src/views/system/parameter/index.vue @@ -26,7 +26,7 @@ const loadData = () => { item.pkey?.startsWith('login') || item.pkey?.startsWith('platform') ) { - if (item.pkey !== 'chat.sqlbot_name') { + if (item.pkey === 'chat.sqlbot_name') { if (item.pval && item.pval.trim().length > 0) { state.parameterForm[item.pkey] = item.pval }