fix ai assistant bugs

This commit is contained in:
Chuck1sn
2025-06-06 11:32:05 +08:00
parent df3862d496
commit a1752df1ed
4 changed files with 25 additions and 31 deletions

View File

@@ -45,6 +45,7 @@ export const useAiChat = () => {
console.log("onclose");
},
onerror(err) {
console.error(err);
throw err;
},
});