* [story #77918] increase ai popup panel width on calling tools.

This commit is contained in:
sunhao
2025-10-09 13:35:36 +08:00
parent d0548293b8
commit a8392af980
+1 -1
View File
@@ -60,7 +60,7 @@ window.executeZentaoPrompt = async function(info)
tools : tools,
model : info.model,
};
zaiPanel.openPopup({viewType: 'chat', postMessage: postMessage});
zaiPanel.openPopup({viewType: 'chat', width: 600, postMessage: postMessage});
};
function registerZentaoAIPlugin(lang)