File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 292292
293293### ` evaluate_script `
294294
295- ** Description:** Evaluate a JavaScript function inside the currently selected page. Returns the response as JSON
296- so returned values have to JSON-serializable.
295+ ** Description:** Evaluate a JavaScript function inside the currently selected page. Returns the response as JSON,
296+ so returned values have to be JSON-serializable.
297297
298298** Parameters:**
299299
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import {defineTool} from './ToolDefinition.js';
1212
1313export const evaluateScript = defineTool ( {
1414 name : 'evaluate_script' ,
15- description : `Evaluate a JavaScript function inside the currently selected page. Returns the response as JSON
16- so returned values have to JSON-serializable.` ,
15+ description : `Evaluate a JavaScript function inside the currently selected page. Returns the response as JSON,
16+ so returned values have to be JSON-serializable.` ,
1717 annotations : {
1818 category : ToolCategory . DEBUGGING ,
1919 readOnlyHint : false ,
You can’t perform that action at this time.
0 commit comments