DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
AI for Frontend Developers Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
AI for Frontend Developers
What mechanism underlies a 'Stop generating' button?
A
A special stop_generation API parameter sent with every request
B
An AbortController whose signal is passed to the streaming request, torn down on abort
C
Setting max_tokens to 0 mid-stream
D
There is no way to stop a stream once started
Check Answer