Skip to content

Commit 956f6de

Browse files
committed
Running pre commit hools
1 parent 7b8ef40 commit 956f6de

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/AI_Judge_Evaluator_Intent_Resolution.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"source": [
7171
"import os\n",
7272
"from azure.ai.evaluation import AzureOpenAIModelConfiguration\n",
73-
"from azure.identity import DefaultAzureCredential\n",
7473
"from azure.ai.evaluation import IntentResolutionEvaluator\n",
7574
"from pprint import pprint\n",
7675
"\n",

scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/AI_Judge_Evaluators_Response_Completeness.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@
9090
"metadata": {},
9191
"outputs": [],
9292
"source": [
93-
"from azure.ai.evaluation import ResponseCompletenessEvaluator, AzureOpenAIModelConfiguration\n",
94-
"from pprint import pprint\n",
93+
"from azure.ai.evaluation import AzureOpenAIModelConfiguration\n",
9594
"\n",
9695
"response_completeness_evaluator = ResponseCompletenessEvaluator(model_config=model_config)"
9796
]

scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"metadata": {},
7171
"outputs": [],
7272
"source": [
73-
"import os, json\n",
73+
"import os\n",
7474
"from azure.ai.projects import AIProjectClient\n",
7575
"from azure.identity import DefaultAzureCredential\n",
7676
"from azure.ai.projects.models import FunctionTool, ToolSet\n",
@@ -229,7 +229,6 @@
229229
"metadata": {},
230230
"outputs": [],
231231
"source": [
232-
"import json\n",
233232
"from azure.ai.evaluation import AIAgentConverter\n",
234233
"\n",
235234
"# Initialize the converter that will be backed by the project.\n",
@@ -272,7 +271,6 @@
272271
" AzureOpenAIModelConfiguration,\n",
273272
" IntentResolutionEvaluator,\n",
274273
" TaskAdherenceEvaluator,\n",
275-
" ViolenceEvaluator,\n",
276274
")\n",
277275
"from pprint import pprint\n",
278276
"\n",

0 commit comments

Comments
 (0)