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 d47aaa9 commit eed38a5Copy full SHA for eed38a5
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 to run in the currently selected page.
+ `A JavaScript function to run in the currently selected page. Just define the function and let the tool do the execution.
23
Example without arguments: \`() => {
24
return document.title
25
}\` or \`async () => {
0 commit comments