We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff18d2 commit e2a2684Copy full SHA for e2a2684
scenarios/evaluate/Supported_Evaluation_Metrics/Agent_Evaluation/Evaluate_Azure_AI_Agent_Quality.ipynb
@@ -89,7 +89,10 @@
89
"functions = FunctionTool(user_functions)\n",
90
"\n",
91
"toolset = ToolSet()\n",
92
- "toolset.add(functions)"
+ "toolset.add(functions)\n",
93
+ "\n",
94
+ "# To enable tool calls executed automatically\n",
95
+ "project_client.agents.enable_auto_function_calls(toolset=toolset)"
96
]
97
},
98
{
@@ -349,7 +352,7 @@
349
352
],
350
353
"metadata": {
351
354
"kernelspec": {
- "display_name": "test_agent_eval_sample",
355
+ "display_name": "evaluate-agents-test",
356
"language": "python",
357
"name": "python3"
358
0 commit comments