get_weather_byDateTimeRange
Retrieve weather data for a city between two dates. Specify the city name, start date, and end date to get the weather information.
Instructions
Get weather information for a specified city between start and end dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | The name of the city to fetch weather information for, PLEASE NOTE English name only, if the parameter city isn't English please translate to English before invoking this function. | |
| start_date | Yes | Start date in format YYYY-MM-DD, please follow ISO 8601 format | |
| end_date | Yes | End date in format YYYY-MM-DD , please follow ISO 8601 format |