-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.EvaluationIssues related to the client library for Azure AI EvaluationIssues related to the client library for Azure AI EvaluationService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
Describe the bug
I am unable to run my custom evaluator through the Foundry portal. When triggering an evaluation run, the following error appears:
"Please provide a valid evaluator. Invalid or missing numeric result."
I was able to:
- Successfully create the evaluator in the portal
- Configure a new eval run using this evaluator
- Start the eval run, but it fails with the above error
No detailed logs are available to indicate what went wrong.
Region - westus
To Reproduce
- Create a custom evaluator on the Foundry portal
- Configure an eval run and select this evaluator
- Start the eval run
- Observe failure with the error above
Expected behavior
The evaluation should run successfully using the custom evaluator, or at minimum provide detailed logs indicating what part of the evaluator output is invalid.
Screenshots
Additional context
It appears the evaluator is being detected and invoked, but the system rejects its output due to an “invalid or missing numeric result.” More verbose logging or an example of the required return format would be helpful for debugging.
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.EvaluationIssues related to the client library for Azure AI EvaluationIssues related to the client library for Azure AI EvaluationService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that