ui: add browser get_info tool (#27251)

* ui: add browser get_info tool

* format

* nits

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

Co-authored-by: Aleksander Grygier <aleksander.grygier@gmail.com>

---------

Co-authored-by: Aleksander Grygier <aleksander.grygier@gmail.com>
This commit is contained in:
Xuan-Son Nguyen
2026-08-17 13:14:33 +02:00
committed by GitHub
co-authored by Aleksander Grygier
parent d83f72d463
commit 7077abbe14
7 changed files with 112 additions and 19 deletions
+3
View File
@@ -331,6 +331,9 @@ export { getChatCommands } from './chat-commands';
// SANDBOX_TOOL_DEFINITION is deprecated; kept for backward compatibility.
export { buildSandboxToolDefinition, SANDBOX_TOOL_DEFINITION } from './sandbox-tool';
// Browser fallback for the server's get_info tool
export { executeBrowserInfoTool } from './browser-info';
// Cryptography utilities
export { uuid } from './uuid';