Skip to content

Commit 45a9c2b

Browse files
committed
Update description of parameter
1 parent 86e0bb2 commit 45a9c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/pages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const navigatePage = defineTool({
117117
.optional()
118118
.describe('Whether to ignore cache on reload.'),
119119
initScript: zod.string().optional().describe(
120-
`(optional) A JavaScript function declaration to be executed by the tool on new document for every page load.
120+
`(optional) A JavaScript function to be executed by the tool on new document for every page load before any other scripts.
121121
`),
122122
...timeoutSchema,
123123
},

0 commit comments

Comments
 (0)