We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce39727 commit ee92358Copy full SHA for ee92358
1 file changed
src/tools/script.ts
@@ -19,7 +19,7 @@ so returned values have to JSON-serializable.`,
19
},
20
schema: {
21
function: z.string().describe(
22
- `A JavaScript function expression to be executed by the tool in the currently selected page.
+ `A JavaScript function declaration to be executed by the tool in the currently selected page.
23
Example without arguments: \`() => {
24
return document.title
25
}\` or \`async () => {
0 commit comments