From 2b96e7c35b43ac2268fe6b919145b98ee46c9f42 Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Mon, 17 Aug 2026 12:32:48 +0200 Subject: [PATCH] format --- tools/ui/src/lib/constants/browser-info.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ui/src/lib/constants/browser-info.ts b/tools/ui/src/lib/constants/browser-info.ts index d386283c56..86d999643a 100644 --- a/tools/ui/src/lib/constants/browser-info.ts +++ b/tools/ui/src/lib/constants/browser-info.ts @@ -22,7 +22,8 @@ export const BROWSER_INFO_NOTE = `This environment is browser-only, it cannot re export function buildBrowserInfoToolDefinition(): OpenAIToolDefinition { return { function: { - description: 'Get runtime info (OS name), may call when user asks about local files or shell commands', + description: + 'Get runtime info (OS name), may call when user asks about local files or shell commands', name: BROWSER_INFO_TOOL_NAME, parameters: { properties: {},