* [story #77918] increase ai popup panel width on calling tools.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user