Update tools/ui/src/lib/stores/tools.svelte.ts

Co-authored-by: Aleksander Grygier <aleksander.grygier@gmail.com>
This commit is contained in:
Xuan-Son Nguyen
2026-08-17 13:06:33 +02:00
committed by GitHub
parent 26dde08faf
commit a27cf9ce2f
+1 -1
View File
@@ -186,7 +186,7 @@ class ToolsStore {
if (readMedia) tools.push(readMedia);
// provide browser's get_info tool is server doesn't provide one
// provide browser's get_info tool if server doesn't provide one
if (!this.hasBuiltinTool(BuiltInTool.GET_INFO)) {
tools.push(buildBrowserInfoToolDefinition());
}