openai / openai-node

Official JavaScript / TypeScript library for the OpenAI API
https://www.npmjs.com/package/openai
Apache License 2.0
8k stars 872 forks source link

Add Start and End Flags to Delta Events in Assistant Stream #1177

Open devodii opened 2 weeks ago

devodii commented 2 weeks ago

Confirm this is a feature request for the Node library and not the underlying OpenAI API.

Describe the feature or improvement you're requesting

The flag would help in cases where we need to perform actions only when the delta value is stable or when a change first occurs

Additional context

No response