You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document the way to set timeout.
AFAIK the default is 60s, but this may not always be sufficient.
Response streaming can be time-consuming and in certain situations a user might want to terminate it prematurely.
This could be implemented checking the return value of a callback function.