ElegantInsights

Reading responses

Streaming answers, the thinking indicator, stopping generation, and copying SQL.

Last updated on

Answers stream in as the assistant writes them. A thinking indicator shows while it prepares, then the text appears live.

While it's generating

  • A pulsing indicator marks that the assistant is working.
  • The send button becomes a Stop button; press it to end generation early. A stopped reply is marked "Response was stopped".

After the answer

A finished answer looks like this, with the SQL ready to copy or test:

Assistant
sql
SELECT    f.FaultID AS [Ticket ID],    f.Symptom AS [Subject],    a.aareadesc AS [Customer],    ts.TStatusDesc AS [Status],    f.DateOccured AS [Date Opened]FROM Faults fJOIN Area a ON a.AArea = f.AreaIntJOIN TStatus ts ON ts.TStatus = f.StatusWHERE f.FDeleted = 0    AND f.Status <> 9    AND f.DateOccured >= @startdate    AND f.DateOccured < @enddate

Every reply that contains SQL gets the same action bar.

Click any control to jump to what it does.

Copy SQL

Copy extracts the SQL from the reply for pasting into Halo. The button confirms with "Copied!" when it's on your clipboard.

If you have a Halo integration, you can also test the SQL as a report or save the query to the repository straight from the same bar.

If something goes wrong

Transient errors (overload, rate limits) are retried automatically. Oversized or unsupported files return a clear message. Check the attachment limits.

On this page