mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-14 22:54:32 +08:00
代码编辑器添加AI助手,支持AI代码编写
This commit is contained in:
@@ -188,8 +188,8 @@ const quickcommand = {
|
||||
return null;
|
||||
},
|
||||
|
||||
askAI: async function (content, apiConfig) {
|
||||
return await chat(content, apiConfig);
|
||||
askAI: async function (content, apiConfig, options) {
|
||||
return await chat(content, apiConfig, options);
|
||||
},
|
||||
|
||||
...systemDialog,
|
||||
|
||||
Reference in New Issue
Block a user