-
Notifications
You must be signed in to change notification settings - Fork 872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
promptflow-core: export error exception types #3822
base: main
Are you sure you want to change the base?
Conversation
A user's flex flow is not able to catch specific errors as Exception types are not exported Adds inner exception information for wrapped OpenAI errors to have access to all detailed error info
Hi, thank you for your interest in helping to improve the prompt flow experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. |
Hi, any chance to advance with this? |
1 similar comment
Hi, any chance to advance with this? |
SDK CLI Global Config Test Result exceptions0 tests 0 ✅ 0s ⏱️ Results for commit ee5d69e. |
Executor Unit Test Result exceptions0 tests 0 ✅ 0s ⏱️ Results for commit ee5d69e. |
Executor E2E Test Result exceptions0 tests 0 ✅ 0s ⏱️ Results for commit ee5d69e. |
Description
A user's flex flow is not able to catch specific errors as Exception types are not exported.
Solves #3814
Adds inner exception information for wrapped OpenAI errors to have access to all detailed error info
All Promptflow Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines