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 86e0bb2 commit 45a9c2bCopy full SHA for 45a9c2b
src/tools/pages.ts
@@ -117,7 +117,7 @@ export const navigatePage = defineTool({
117
.optional()
118
.describe('Whether to ignore cache on reload.'),
119
initScript: zod.string().optional().describe(
120
- `(optional) A JavaScript function declaration to be executed by the tool on new document for every page load.
+ `(optional) A JavaScript function to be executed by the tool on new document for every page load before any other scripts.
121
`),
122
...timeoutSchema,
123
},
0 commit comments