Enables querying weather forecasts for Israeli cities by automating browser with Playwright, extracting data from Weather2Day website, and feeding it to an LLM for natural language responses.
Enables LLMs to fetch Israeli weather forecasts by controlling a real browser via Playwright, simulating human interactions like typing and clicking on a weather website.
Enables language models to fetch weather forecasts for Israeli cities by automating a real browser with Playwright to interact with weather2day.co.il, including entering a city, selecting it from autocomplete, and extracting the forecast content.
Enables an LLM to retrieve live weather forecasts for Israeli cities by using Playwright to drive a real browser and scrape data from weather websites without a traditional API.