Skipped status and standardize output#5042
Merged
Merged
Conversation
…mpty files Agent-Logs-Url: https://github.com/Azure/azureml-assets/sessions/50beeb9d-8306-4f00-ab60-7924ef98ecd4 Co-authored-by: ashaabansoliman <109526961+ashaabansoliman@users.noreply.github.com>
… output fields - intent_resolution, relevance: rename 'explanation' -> 'reason', add 'status' field, add skipped handling - response_completeness: add skipped handling to task section (already had json_object + reason/status) - task_adherence: replace flagged/reasoning schema with score/reason/status, update all flag/unflag language to score 0/1 - task_completion: (already up to date) - tool_call_accuracy: increase max_tokens from 3000 to 5000 - tool_call_success: rename explanation->reason, details->properties, success->score+status, add skipped handling - tool_input_accuracy: rename chain_of_thought->reason, details->properties, result->score, add skipped handling - tool_output_utilization: wrap faulty_details in properties object, rename label->score (pass/fail -> 1/0), add status field - tool_selection: rename explanation->reason, details->properties, add status field and skipped handling Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: ashaabansoliman <109526961+ashaabansoliman@users.noreply.github.com>
Test Results for assets-test1 499 tests 1 499 ✅ 59s ⏱️ Results for commit 32b9d44. ♻️ This comment has been updated with latest results. |
m7md7sien
approved these changes
May 15, 2026
Contributor
Author
|
This PR is collaborative effort between Mohamed Hussein and Ahmed Shaaban to: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is collaborative effort between Mohamed Hussein and Ahmed Shaaban to:
-Update and standardize evaluator output schema
-Provide new field "status" to indicate if the evaluation completed, resulted in an error or skipped
Note: The commits of this branch were created in multi-stages on multi-branches by both authors using Copilot