chore: 更新版本号至2.13.1并注释掉工具覆盖代码
移除GrokApiService中toolOverrides的展开操作符,改为注释,以避免潜在的配置覆盖问题。
This commit is contained in:
parent
c5cb63a239
commit
5c7831beb7
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
2.13.0
|
2.13.1
|
||||||
|
|
|
||||||
|
|
@ -555,7 +555,7 @@ export class GrokApiService {
|
||||||
"outlookSearch": false,
|
"outlookSearch": false,
|
||||||
"outlookCalendarSearch": false,
|
"outlookCalendarSearch": false,
|
||||||
"googleDriveSearch": false,
|
"googleDriveSearch": false,
|
||||||
...toolOverrides
|
// ...toolOverrides
|
||||||
};
|
};
|
||||||
|
|
||||||
const payload = {
|
const payload = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue