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
Confirm this is a feature request for the Node library and not the underlying OpenAI API.
This is a feature request for the Node library
Describe the feature or improvement you're requesting
Both the ChatCompletionStream and AssistantStream classes have a fromReadableStream method that the new ResponseStream class is missing.
I'm looking for something similar to allow my client side web application to request a response stream from my server and convert that to a ResponseStream instance.
Also open to alternative recommendations if this is not the pattern to use moving forward. There is currently a lack of guidance in the docs on how to integrate with the new responses API when it comes to frontend applications.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Confirm this is a feature request for the Node library and not the underlying OpenAI API.
Describe the feature or improvement you're requesting
Both the ChatCompletionStream and AssistantStream classes have a fromReadableStream method that the new ResponseStream class is missing.
I'm looking for something similar to allow my client side web application to request a response stream from my server and convert that to a ResponseStream instance.
For example:
Also open to alternative recommendations if this is not the pattern to use moving forward. There is currently a lack of guidance in the docs on how to integrate with the new responses API when it comes to frontend applications.
Additional context
No response
The text was updated successfully, but these errors were encountered: