openai-node
openai-node copied to clipboard
Assistant Streaming Error Event
Confirm this is a feature request for the Node library and not the underlying OpenAI API.
- [X] This is a feature request for the Node library
Describe the feature or improvement you're requesting
Been using the Assistants stream events (https://github.com/openai/openai-node/blob/master/helpers.md) and was wondering if there is a missing error event to compliment the end event? Or is there an expectation that we would use the event event and track error or end as needed from this list? https://platform.openai.com/docs/api-reference/assistants-streaming/events
Additional context
I am worried that without an error event end would be used and there would be a gap in how I could handle this with my application.