chore: follow up on tab snapshot capture (#739)

This commit is contained in:
Pavel Feldman
2025-07-22 17:43:42 -07:00
committed by GitHub
parent 601a74305c
commit 6320b08173
13 changed files with 80 additions and 101 deletions

View File

@@ -58,7 +58,7 @@ const wait = defineTool({
}
response.addResult(`Waited for ${params.text || params.textGone || params.time}`);
response.addSnapshot(await tab.captureSnapshot());
response.setIncludeSnapshot();
},
});