diff --git a/src/tools/close_tab.md b/src/tools/close_tab.md new file mode 100644 index 0000000..9f3a8da --- /dev/null +++ b/src/tools/close_tab.md @@ -0,0 +1,11 @@ +```yaml +type: function +function: + name: close_tab + description: Close the current tab in the browser. + exec: kotlin +``` + +```kotlin +browser.closeTab() +``` \ No newline at end of file