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
@AndrawsYaqoob01, thank you for contacting us and drawing attention to this problem in the sample!
This appears to stem from a pattern change introduced with #128 -- because RequiredActionUpdate now is now derived from RunUpdate, the sample's existing check (RunUpdate first, then RequiredActionUpdate) now never processes the needed logic in RequiredActionUpdate.
We'll get this sample updated ASAP; the quick fix is to just swap the order of the two blocks to:
Confirm this is not an issue with the OpenAI Python Library
Confirm this is not an issue with the underlying OpenAI API
Confirm this is not an issue with Azure OpenAI
Describe the bug
Assistant streaming run is throwing exception when trying to access a function call in RequiredActionUpdate.
Exception is:
System.ClientModel.ClientResultException: 'HTTP 400 (invalid_request_error: )
Thread THREAD_ID already has an active run RUN_ID
To Reproduce
Code snippets
No response
OS
winOS
.NET version
.NET 8.0
Library version
2.0.0-beta.11
The text was updated successfully, but these errors were encountered: