zen_tab_pool
Maintain a warm pool of browser tabs that automatically grows when empty. Acquire and release tabs to reduce latency in parallel browsing tasks.
Instructions
Maintain a warm pool of N tabs always ready to be acquired.
Grows or shrinks to size. Acquire/release via zen_pool_acquire and
zen_pool_release. Auto-grows by one if you acquire from an empty pool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | Yes | ||
| url | No | about:blank |