OpenAI-DotNet
OpenAI-DotNet copied to clipboard
Add support for streaming with the assistants API
Feature Request
Add support for streaming with the assistants API
Additional context
https://platform.openai.com/docs/assistants/overview/step-4-create-a-run?context=with-streaming
They still haven't added it to the OpenAPI spec yet
https://github.com/openai/openai-openapi
They still haven't added it to the OpenAPI spec yet
https://github.com/openai/openai-openapi
@StephenHodgson
Odd. It has been added to their node client though (https://github.com/openai/openai-node/commit/7d27d286876d0a575d91a4752f401126fe93d2a3).
API docs have also been updated https://platform.openai.com/docs/api-reference/assistants-streaming
Hi everyone. It seems the streaming feature for the Assistant API has just been released. Is it possible to start working on its support?
Here is the start point https://platform.openai.com/docs/api-reference/assistants-streaming
Hi everyone. It seems the streaming feature for the Assistant API has just been released. Is it possible to start working on its support?
Here is the start point https://platform.openai.com/docs/api-reference/assistants-streaming
See previous reply about OpenAI OpenAPI document not being updated yet. I use that document as input for source generator.
- https://github.com/openai/openai-openapi/issues/208
So it seems they actually use a completely different API surface for this which is quite a breaking change.
So I won't be adding this until OpenAI-DotNet 8.0.0
OpenAI-Beta: assistants=v2