Generate a summary, caption, or translation from upstream datasets and charts using the AI endpoint
Sends upstream data (a dataset, chart, or text) to your configured AI model and returns generated text in one or more named fields — a summary, translation, caption, or annotation. Requires AI to be configured in Settings.
| Field | Description |
|---|---|
| Inputs | Connect the dataset, chart, or text the model should work from. |
| Promptrequired | Your instruction, e.g. 'summarise the key trends in this data'. Type @ to reference a specific upstream variable, or select text to link it to an output field. |
| Output fields | One or more named text fields the model fills in, each usable as {{var.field}} in Report Studio. |
| Model | Follows the model configured in Settings → AI by default; optionally override it per node. |
| Output text variablerequired | Name this node's result so downstream nodes can select it. Auto-suggested; edit freely. |
Open the node's real configuration, run it on the sample below, and see the result. Nothing is saved.
Sample input · data
| city | product | amount |
|---|---|---|
| Tunis | A | 100 |
| Tunis | B | 150 |
| Sfax | A | 80 |
| Sousse | C | 60 |
| Sfax | B | 120 |
This is a live preview — the sample and results are temporary and never saved.
Every run calls the model again — there's no caching. See the Add AI guide to connect a local or remote model.