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
Copy file name to clipboardExpand all lines: components/airtop/actions/create-window/create-window.mjs
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ export default {
4
4
key: "airtop-create-window",
5
5
name: "Create Window",
6
6
description: "Create a new browser window in an active session. [See the documentation](https://docs.airtop.ai/api-reference/airtop-api/windows/create)",
7
-
version: "0.0.1",
7
+
version: "0.0.2",
8
8
type: "action",
9
9
props: {
10
10
app,
@@ -61,9 +61,7 @@ export default {
61
61
},
62
62
});
63
63
64
-
constwindowId=response.id;
65
-
66
-
$.export("$summary",`Successfully created window ${windowId}`);
64
+
$.export("$summary",`Successfully created window ${response.windowId}`);
Copy file name to clipboardExpand all lines: components/airtop/actions/query-page/query-page.mjs
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ export default {
4
4
key: "airtop-query-page",
5
5
name: "Query Page",
6
6
description: "Extract data or ask questions about page content using AI. [See the documentation](https://docs.airtop.ai/api-reference/airtop-api/windows/page-query)",
0 commit comments