Skip to content

Commit eed38a5

Browse files
committed
perf: improve evaluate_script tool prompt
1 parent d47aaa9 commit eed38a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ so returned values have to JSON-serializable.`,
1919
},
2020
schema: {
2121
function: z.string().describe(
22-
`A JavaScript function to run in the currently selected page.
22+
`A JavaScript function to run in the currently selected page. Just define the function and let the tool do the execution.
2323
Example without arguments: \`() => {
2424
return document.title
2525
}\` or \`async () => {

0 commit comments

Comments
 (0)