betalgo / openai

OpenAI .NET sdk - Azure OpenAI, ChatGPT, Whisper, and DALL-E
https://betalgo.github.io/openai/
MIT License
2.88k stars 520 forks source link

RunRetrieve - add RunStatus.Incomplete #548

Closed pappde closed 4 months ago

pappde commented 5 months ago

https://platform.openai.com/docs/assistants/how-it-works/managing-threads-and-messages

The "run step object" documentation doesn't mention "incomplete" as a possible status, but it is referenced at the above page, and I have observed it is used. So I've added it to the "enum".