Weather Card
Static weather snapshot.
A weather card for a city (simpler sibling of live_weather).
type · weather
Renders in the shell but fetches live data from the agent.
How to use it
Just ask for it in chat — the agent emits this widget and the shell renders it:
Try saying
“what's the weather in Paris”
Example
The agent returns this A2UI component (inside the components array of a /chat response):
weather.json
{
"type": "weather",
"city": "Paris"
}Properties
| Prop | Type | Description |
|---|---|---|
city | string | City name |
Backing endpoint
This widget reads/writes through /api/widget/weather. See the API reference.
Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.