* [misc] fix generating chat title not work in zentao prompt.

This commit is contained in:
sunhao
2025-12-12 14:04:45 +08:00
parent ba59b0b1c5
commit 3322aebf01
+1 -1
View File
@@ -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,