AIAgent: fix web search

This commit is contained in:
Timofey
2025-11-14 22:12:15 +08:00
parent ff5a7df6a0
commit b108095ba7
2 changed files with 3 additions and 1 deletions

View File

@ -180,6 +180,8 @@ class WebSearch {
},
},
]);
window.dispatchEvent(new CustomEvent("tools-changed"));
};
getWebSearchEnabled = () => {