Skip to content

Commit abf4f33

Browse files
committed
Update success message to use full file path
Replaced `filename` with `filepath` in the success message to display the full file path of the saved screenshot. This provides more clarity to users on where the screenshot is stored.
1 parent e11be6d commit abf4f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/interactions/screenshot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export async function executeScreenshot(
7070
content: [
7171
{
7272
type: 'text',
73-
text: `Screenshot saved successfully to: ${filename}`,
73+
text: `Screenshot saved successfully to: ${filepath}`,
7474
},
7575
],
7676
};

0 commit comments

Comments
 (0)