We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0787d7b commit b98b344Copy full SHA for b98b344
packages/tools/src/controller-based/tools/advanced.ts
@@ -11,7 +11,7 @@ import type {Response} from '../types/Response.js';
11
12
export const executeJavaScript = defineTool<z.ZodRawShape, Context, Response>({
13
name: 'browser_execute_javascript',
14
- description: 'Execute arbitrary JavaScript code in the page context',
+ description: 'Execute arbitrary JavaScript code in the page context. Use this tool sparingly.',
15
annotations: {
16
category: ToolCategories.ADVANCED,
17
readOnlyHint: false,
0 commit comments