AI · Flashcard

What does "streaming" a response mean?

  • ASending tokens as they are generated — output appears piece by piece live
  • BSending the reply as a video — the answer is rendered as a short clip
  • CSending many replies at once — several full answers arrive in parallel
  • DSending the reply to storage — the output is saved to a file, not shown

Why this is the answer

Streaming sends tokens as they're generated, so output appears piece by piece. It's not video, parallel replies, or saving to a file.

Official docs
Study in Gnoseed →