Skip to content

Commit ebffab7

Browse files
author
Tomohiko Hiraki
committed
Update batchExecuteTool description to prefer over individual tools
1 parent a277dec commit ebffab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/batch-execute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const batchExecuteTool = defineTool({
1414
name: 'browser_batch_execute',
1515
title: 'Batch Execute Browser Actions',
1616
description:
17-
'Execute multiple browser actions in sequence with optimized response handling',
17+
'Execute multiple browser actions in sequence. PREFER over individual tools for 2+ operations.',
1818
inputSchema: batchExecuteSchema,
1919
type: 'destructive',
2020
},

0 commit comments

Comments
 (0)