Replies: 1 comment
-
Agent exceptions were not being properly propagated, this is now fixed and will be available in the next release. After that your code should work as expected. Relevant issue: #4904 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I built the OpenAIAssistantAgent with RoundRobinGroupChat. I hope to raise exception when assistant response error like rate limit.
Here is my code snippet to catch exception but not working. Is this the right way to do it?
Raise exception in OpenAIAssistantAgent class
Beta Was this translation helpful? Give feedback.
All reactions