-
Notifications
You must be signed in to change notification settings - Fork 967
fix: improve error when extracted completion is not a list #463
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
base: main
Are you sure you want to change the base?
fix: improve error when extracted completion is not a list #463
Conversation
|
|
||
| Read more on our [documentation website](https://microsoft.github.io/agent-lightning/). | ||
|
|
||
| ## Why Tinker? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert this as it's not related to this PR.
|
/ci |
|
@AdithyaKotian please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
|
🚀 CI Watcher for correlation id-3803267144-mkw6pkge triggered by comment 3803267144
✅ All runs completed. |
What this PR does
Improves the error message raised when a non-list
completionis extracted from a trace.Why
Currently, when a trace contains a single completion object instead of a list, the error message does not provide enough context to understand the root cause. This change makes the failure easier to debug by:
Scope
Fixes #404