fix: improve error when extracted completion is not a list#463
fix: improve error when extracted completion is not a list#463AdithyaKotian wants to merge 3 commits intomicrosoft:mainfrom
Conversation
|
|
||
| Read more on our [documentation website](https://microsoft.github.io/agent-lightning/). | ||
|
|
||
| ## Why Tinker? |
There was a problem hiding this comment.
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. |
| @@ -0,0 +1,16 @@ | |||
| # Handling Failed Rollouts | |||
There was a problem hiding this comment.
Please insert this part into a proper existing document rather than creating a new one.
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