Skip to content

Commit a945995

Browse files
author
Piotr Paulski
committed
fix: Make agents choose fill_form more frequently when filling forms with checkboxes
1 parent 66dacb8 commit a945995

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/tool-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- AUTO GENERATED DO NOT EDIT - run 'npm run gen' to update-->
22

3-
# Chrome DevTools MCP Tool Reference (~7005 cl100k_base tokens)
3+
# Chrome DevTools MCP Tool Reference (~7014 cl100k_base tokens)
44

55
- **[Input automation](#input-automation)** (9 tools)
66
- [`click`](#click)
@@ -85,7 +85,7 @@
8585

8686
### `fill_form`
8787

88-
**Description:** [`Fill`](#fill) out multiple form elements at once
88+
**Description:** [`Fill`](#fill) out multiple form elements at once. To set checkboxes [`fill`](#fill) them with 'true'
8989

9090
**Parameters:**
9191

src/tools/input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ export const drag = definePageTool({
313313

314314
export const fillForm = definePageTool({
315315
name: 'fill_form',
316-
description: `Fill out multiple form elements at once`,
316+
description: `Fill out multiple form elements at once. To set checkboxes fill them with 'true'`,
317317
annotations: {
318318
category: ToolCategory.INPUT,
319319
readOnlyHint: false,

0 commit comments

Comments
 (0)