Assistant API now supports streaming... but possible over curl?

Woohooo https://platform.openai.com/docs/assistants/whats-new

But will it support streaming response over curl? Anyone tried it?

Thanks

I’m also searching for it. I noticed that in Python, the code indicates: client.beta.threads.runs.stream . I’m wondering if this corresponds to the endpoint, for instance, in cURL: curl https://api.openai.com/v1/threads/thread_abc123/runs/streaming ."
But it doesn’t work.

Have you tried
https://api.openai.com/v1/threads/thread_abc123/runs/stream
?

Ohh, i found it. Just take a look in the api: https://platform.openai.com/docs/api-reference/runs/createRun