From 3322aebf0123536ef16570c581c85964b5fe31df Mon Sep 17 00:00:00 2001 From: sunhao Date: Fri, 12 Dec 2025 14:04:06 +0800 Subject: [PATCH] * [misc] fix generating chat title not work in zentao prompt. --- www/js/zui3/ai.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/zui3/ai.js b/www/js/zui3/ai.js index 745c60349f..1e97697bf1 100644 --- a/www/js/zui3/ai.js +++ b/www/js/zui3/ai.js @@ -195,7 +195,7 @@ window.executeZentaoPrompt = async function(info, testingMode) width : info.content ? 800 : 600, postMessage: formConfig ? undefined : {content: [{role: 'system', content: info.dataPrompt}]}, creatingChat: { - tempTitle: info.name, + title : info.name, type : 'agent', model : info.model, tools : tools,