How best to animate/display streaming LLM messages?

Ah, rad :zap: Much gratitude, many thanks! I’ve been overly focused on updating the collection itself.

So something like:

  1. Fake a while loop:
    Loop until condition is met - #4 by clncsports
  2. Insert temporary text element and update as the API streams
  3. When API is done streaming, hide temporary text element + add contents to collection, refresh collection

(For future reference, curious if there is a way to get collections to update in realtime that I might have missed!)