You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the VoicePipeline Agent with the OpenAI Assistant and 4o-mini model.
If a message is forwarded to the Assistant a run will start. If we now forward something again very quickly, then the new message could not be added, because the current run is still active. This is a common OpenAI "issue"/limitation.
The error would look something like this: "Can't add messages to thread_Xhtc7rjp5KYTKxWdfnDuLD6U while a run run_rF3R9B6ZqrJmGUhjYNoNb93E is active."
This is particularly happening if we use a RAG and/or process images, because then the processing would usually take more than 6 seconds.
Does LiveKit has any fix for that?
The text was updated successfully, but these errors were encountered:
We are using the VoicePipeline Agent with the OpenAI Assistant and 4o-mini model.
If a message is forwarded to the Assistant a run will start. If we now forward something again very quickly, then the new message could not be added, because the current run is still active. This is a common OpenAI "issue"/limitation.
The error would look something like this:
"Can't add messages to thread_Xhtc7rjp5KYTKxWdfnDuLD6U while a run run_rF3R9B6ZqrJmGUhjYNoNb93E is active."
This is particularly happening if we use a RAG and/or process images, because then the processing would usually take more than 6 seconds.
Does LiveKit has any fix for that?
The text was updated successfully, but these errors were encountered: