Skip to content

Commit 0b8786c

Browse files
committed
docs: note multi-chart VegaLiteAgent output
Document that VegaLiteAgent can produce more than one chart from a single request, each in its own editable tab alongside an "All" overview.
1 parent fc793e3 commit 0b8786c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/configuration/agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Lumen includes eight agents automatically. You don't need to configure anything.
2323
| Agent | What it does |
2424
|-------|-------------|
2525
| **SQLAgent** | Writes and runs SQL queries |
26-
| **VegaLiteAgent** | Creates charts and visualizations |
26+
| **VegaLiteAgent** | Creates one or more charts from a single request (each in its own editable tab, with an "All" overview) |
2727
| **DeckGLAgent** | Creates 3D map visualizations for geographic data |
2828
| **ChatAgent** | Answers questions and provides guidance |
2929
| **SourceAgent** | Fetches data from configured source controls |

docs/getting_started/using_lumen_ai.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Here are some ideas to spark your exploration:
1818
- "Show me a scatter plot of 'flipper_length_mm' vs 'body_mass_g'."
1919
- "Create a histogram of 'bill_length_mm'."
2020
- "Show me a bar chart of average values by species."
21+
- "Create separate charts of average body mass by species and average flipper length by species."
22+
23+
When a request calls for more than one chart, each chart opens in its own tab that you can edit, alongside an "All" tab that shows every chart together.
2124

2225
**Complex queries:**
2326

0 commit comments

Comments
 (0)