
Weather
Provides weather forecast based on location. Includes temperature, precipitation, cloud cover, wind and much more.
- Name For Model
- Weather
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 6 months ago
- Contact
- [email protected]
- Description For Model
- Provides weather forecast based on location. Includes temperature, precipitation, cloud cover, wind and much more.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | getWeatherNow | GET | Get the current weather information based on city, state, and country. You MUST ALWAYS convert the plugin response to the units that are most useful to your user, when in doubt assume USA/Enlish units. |
2 | getWeatherForecast | GET | Get up to 16 day weather forecast (first day is always the current date) based on city, state, and country. THINK STEP BY STEP TO ADJUST THE NUMBER OF DAYS IN THE QUERY CNT TO COVER THE DAYS THE USER WANTS. |