From ca5787be3a2faf6b682816db2527c536c793d3d1 Mon Sep 17 00:00:00 2001 From: Ankit Singhal <30610298+singankit@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:49:30 -0700 Subject: [PATCH 1/7] Update Evaluate_Azure_AI_Agent_Quality.ipynb --- .../Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb b/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb index 2cb0c29d..80bce3ed 100644 --- a/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb +++ b/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb @@ -90,6 +90,8 @@ "\n", "toolset = ToolSet()\n", "toolset.add(functions)" + "# To enable tool calls executed automatically" + "project_client.agents.enable_auto_function_calls(toolset=toolset)" ] }, { From 11d22cb7c9cb0ee45f2aacbd7a6fe02056955110 Mon Sep 17 00:00:00 2001 From: Ankit Singhal <30610298+singankit@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:51:33 -0700 Subject: [PATCH 2/7] Update Evaluate_Azure_AI_Agent_Quality.ipynb --- .../Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb b/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb index 80bce3ed..544eb06c 100644 --- a/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb +++ b/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb @@ -89,8 +89,9 @@ "functions = FunctionTool(user_functions)\n", "\n", "toolset = ToolSet()\n", - "toolset.add(functions)" - "# To enable tool calls executed automatically" + "toolset.add(functions)\n" + "\n", + "# To enable tool calls executed automatically\n" "project_client.agents.enable_auto_function_calls(toolset=toolset)" ] }, From 00bead0a054cd05e9e3e423620e9bfad54e3948e Mon Sep 17 00:00:00 2001 From: Ankit Singhal <30610298+singankit@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:52:00 -0700 Subject: [PATCH 3/7] Update Evaluate_Azure_AI_Agent_Quality.ipynb --- .../Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb b/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb index 544eb06c..0387ee15 100644 --- a/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb +++ b/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb @@ -91,7 +91,7 @@ "toolset = ToolSet()\n", "toolset.add(functions)\n" "\n", - "# To enable tool calls executed automatically\n" + "# To enable tool calls executed automatically\n", "project_client.agents.enable_auto_function_calls(toolset=toolset)" ] }, From 782e878b8edd89968ca0e978a0eb20453a45c150 Mon Sep 17 00:00:00 2001 From: Ankit Singhal <30610298+singankit@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:53:15 -0700 Subject: [PATCH 4/7] Update Evaluate_Azure_AI_Agent_Quality.ipynb --- .../Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb b/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb index 0387ee15..ca206bcb 100644 --- a/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb +++ b/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb @@ -92,7 +92,7 @@ "toolset.add(functions)\n" "\n", "# To enable tool calls executed automatically\n", - "project_client.agents.enable_auto_function_calls(toolset=toolset)" + "project_client.agents.enable_auto_function_calls(toolset=toolset)\n", ] }, { From a29ad05f1a07f36a34e3a574d61b8b73f0b51e29 Mon Sep 17 00:00:00 2001 From: Ankit Singhal <30610298+singankit@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:54:00 -0700 Subject: [PATCH 5/7] Update Evaluate_Azure_AI_Agent_Quality.ipynb --- .../Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb | 3 --- 1 file changed, 3 deletions(-) diff --git a/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb b/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb index ca206bcb..3d5bd898 100644 --- a/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb +++ b/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb @@ -90,9 +90,6 @@ "\n", "toolset = ToolSet()\n", "toolset.add(functions)\n" - "\n", - "# To enable tool calls executed automatically\n", - "project_client.agents.enable_auto_function_calls(toolset=toolset)\n", ] }, { From 0c34b5bfa74a710b8ac2eac44c8ff5a3d62d017d Mon Sep 17 00:00:00 2001 From: Ankit Singhal <30610298+singankit@users.noreply.github.com> Date: Tue, 29 Apr 2025 00:11:20 -0700 Subject: [PATCH 6/7] Add files via upload --- .../Evaluate_Azure_AI_Agent_Quality.ipynb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb b/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb index 3d5bd898..a6859444 100644 --- a/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb +++ b/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb @@ -89,7 +89,10 @@ "functions = FunctionTool(user_functions)\n", "\n", "toolset = ToolSet()\n", - "toolset.add(functions)\n" + "toolset.add(functions)\n", + "\n", + "# To enable tool calls executed automatically\n", + "project_client.agents.enable_auto_function_calls(toolset=toolset)" ] }, { @@ -349,7 +352,7 @@ ], "metadata": { "kernelspec": { - "display_name": "test_agent_eval_sample", + "display_name": "evaluate-agents-test", "language": "python", "name": "python3" }, @@ -362,7 +365,8 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3" + "pygments_lexer": "ipython3", + "version": "3.12.9" } }, "nbformat": 4, From 006201bfc63da35fc558c91dbfa6317b457726c5 Mon Sep 17 00:00:00 2001 From: Ankit Singhal Date: Tue, 29 Apr 2025 10:44:33 -0700 Subject: [PATCH 7/7] Pre commit fix --- .../Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb b/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb index a6859444..6b1930a3 100644 --- a/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb +++ b/scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb @@ -365,8 +365,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.12.9" + "pygments_lexer": "ipython3" } }, "nbformat": 4,