You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Handle errors during tool calls and check if a dialog is open
This change also adds a check for existence of open dialogs before trying to detect open devtools
ran prettier
add try catch block in index.ts to handle dialog
add test
add test
ran prettier
ran prettier
update test to use snapshot assertion
Update handling of errors from tool execution
mark isError as true
exports[`e2e > returns blocked message when dialog is opened during tool execution 1`] = `
10
+
{"content":[{"type":"text","text":"# Open dialog\\nalert: test dialog.\\nCall handle_dialog to handle it before continuing.\\nError: Failed to interact with the element with uid 1_1. The element did not become interactive within the configured timeout."}],"isError":true}
0 commit comments