Skip to content

Commit 78e403b

Browse files
committed
typo
1 parent 3273f19 commit 78e403b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/python-packages/apiview-copilot/evals

packages/python-packages/apiview-copilot/evals/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import dotenv
1616
from tabulate import tabulate
1717
from azure.ai.evaluation import evaluate, SimilarityEvaluator, GroundednessEvaluator
18-
from azure.identity import AzurePipelineCredential
18+
from azure.identity import AzurePipelinesCredential
1919

2020
dotenv.load_dotenv()
2121

@@ -512,7 +512,7 @@ def record_run_result(result: dict[str, Any], rule_ids: Set[str]) -> list[dict[s
512512
target=review_apiview,
513513
fail_on_evaluator_errors=True,
514514
azure_ai_project=azure_ai_project,
515-
credential=AzurePipelineCredential()
515+
credential=AzurePipelinesCredential()
516516
)
517517

518518
run_result = record_run_result(result, rule_ids)

0 commit comments

Comments
 (0)