Currently insights load via ChatComplete (non-streaming), so the count
jumps from 0 to the final number all at once. Switch to ChatStream and
parse partial JSON as it arrives so items appear incrementally in the
dashboard — the section header count ticks up as each insight completes.
Currently insights load via
ChatComplete(non-streaming), so the countjumps from 0 to the final number all at once. Switch to
ChatStreamandparse partial JSON as it arrives so items appear incrementally in the
dashboard — the section header count ticks up as each insight completes.