Weather Lookup
Return a simulated weather report when invoked.
Workflow
- Parse the city name from the user's request.
- Respond with a simulated weather report:
- City: the requested city
- Temperature: 72°F / 22°C
- Conditions: Partly cloudy
- Wind: 8 mph NW
- Note that this is simulated data for demonstration purposes.