Skip to content

azure-ai-evaluation: Intent Resolution Evaluator not recognized despite being listed as built-in in AI Projects SDK #41869

Open
@ManniArora

Description

@ManniArora
  • Package Name: azure-ai-projects
  • Package Version: azure-ai-projects==1.0.0b11
  • Operating System: Windows
  • Python Version: Python3.12

Describe the bug
Unable to run intent resolution evaluator using azure-ai-projects. I noticed that evaluators like Intent Resolution and Task Adherence are not present in the Evaluator library, yet the SDK includes EvaluatorIds for them as if they are built-in e.g., INTENT_RESOLUTION = "azureai://built-in/evaluators/intent_resolution". This mismatch is quite confusing. It would be helpful to get a list of evaluators that are supported for cloud evaluation vs local evaluation.

To Reproduce
Steps to reproduce the behavior:

evaluator = EvaluatorConfiguration(
                id=EvaluatorIds.INTENT_RESOLUTION.value,
                init_params={"deployment_name": deployment_name},
            )

Expected behavior
Intent Resolution Evaluator should be used to evaluate the data.

Screenshots
Image

Image

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    AI ProjectsClientThis issue points to a problem in the data-plane of the library.Service AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: 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 that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions