Skip to content

Commit e2a2684

Browse files
authored
Update Agent Evaluation Notebook (#247)
* Update Evaluate_Azure_AI_Agent_Quality.ipynb * Update Evaluate_Azure_AI_Agent_Quality.ipynb * Update Evaluate_Azure_AI_Agent_Quality.ipynb * Update Evaluate_Azure_AI_Agent_Quality.ipynb * Update Evaluate_Azure_AI_Agent_Quality.ipynb * Add files via upload * Pre commit fix
1 parent 0ff18d2 commit e2a2684

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@
8989
"functions = FunctionTool(user_functions)\n",
9090
"\n",
9191
"toolset = ToolSet()\n",
92-
"toolset.add(functions)"
92+
"toolset.add(functions)\n",
93+
"\n",
94+
"# To enable tool calls executed automatically\n",
95+
"project_client.agents.enable_auto_function_calls(toolset=toolset)"
9396
]
9497
},
9598
{
@@ -349,7 +352,7 @@
349352
],
350353
"metadata": {
351354
"kernelspec": {
352-
"display_name": "test_agent_eval_sample",
355+
"display_name": "evaluate-agents-test",
353356
"language": "python",
354357
"name": "python3"
355358
},

0 commit comments

Comments
 (0)