Wikipedia Summary
Article summary card.
Fetches and renders a Wikipedia article summary.
type · wiki_summary
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
“a Wikipedia summary of black holes”
Example
The agent returns this A2UI component (inside the components array of a /chat response):
wiki_summary.json
{
"type": "wiki_summary",
"query": "Black hole"
}Properties
| Prop | Type | Description |
|---|---|---|
query | string | Article topic |
Backing endpoint
This widget reads/writes through /api/widget/wiki. See the API reference.
Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.