Open joseharriaga opened 8 months ago
Do we have a sense of whether they expect to make current LRO legacy when the streaming is available like they did with their older chat API or is there expectations that both will work simultaneously.
Do we have a sense of whether they expect to make current LRO legacy when the streaming is available like they did with their older chat API or is there expectations that both will work simultaneously.
They will probably continue to support both.
Runs are similar to LRO with the following statuses:
queued
,in_progress
,completed
,required_action
,expired
,cancelling
,cancelled
, andfailed
. In order to keep the status of theRun
up to date, you have to periodically retrieve theRun
object. Note that OpenAI plans to "add support for streaming to make this simpler in the near future".Run lifecycle: https://platform.openai.com/docs/assistants/how-it-works/runs-and-run-steps