SyncThreadStream(
self,
*,
http: SyncHttpClient,
thread_id: str,
assistant_id: strSynchronous context manager for one thread's v3 streaming session.
Construct via client.threads.stream(thread_id=None, *, assistant_id, ...)
rather than instantiating directly.