Skip to content

Commit b98b344

Browse files
committed
Use execute javascript tool sparingly
1 parent 0787d7b commit b98b344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tools/src/controller-based/tools/advanced.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type {Response} from '../types/Response.js';
1111

1212
export const executeJavaScript = defineTool<z.ZodRawShape, Context, Response>({
1313
name: 'browser_execute_javascript',
14-
description: 'Execute arbitrary JavaScript code in the page context',
14+
description: 'Execute arbitrary JavaScript code in the page context. Use this tool sparingly.',
1515
annotations: {
1616
category: ToolCategories.ADVANCED,
1717
readOnlyHint: false,

0 commit comments

Comments
 (0)