From 26dde08faf236a69d2ecfec19560f7030adcf271 Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Mon, 17 Aug 2026 12:35:10 +0200 Subject: [PATCH] nits --- tools/ui/src/lib/utils/browser-info.ts | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/tools/ui/src/lib/utils/browser-info.ts b/tools/ui/src/lib/utils/browser-info.ts index 1faba6bed1..c96abb01e0 100644 --- a/tools/ui/src/lib/utils/browser-info.ts +++ b/tools/ui/src/lib/utils/browser-info.ts @@ -1,10 +1,12 @@ -// Browser fallback for the server's `get_info` tool, offered only when the -// server does not serve one (i.e. llama-server runs without --agent). It tells -// the model which OS the browser runs on and that there is no local file or -// shell access, so it does not plan around tools that are not there. -// -// @see server_tool_get_info in tools/server/server-tools.cpp - the served variant -// @see buildBrowserInfoToolDefinition in constants/browser-info.ts - tool schema sent to the LLM +/** + * Browser fallback for the server's `get_info` tool, offered only when the + * server does not serve one (llama-server without --agent). It tells the model + * which OS the browser runs on and that there is no local file or shell access, + * so it does not plan around tools that are not there. + * + * @see server_tool_get_info in tools/server/server-tools.cpp - the served variant + * @see buildBrowserInfoToolDefinition in constants/browser-info.ts - tool schema sent to the LLM + */ import { browser } from '$app/environment'; import {