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 8f7bcc6 commit b5fd41cCopy full SHA for b5fd41c
learn-pr/wwl-data-ai/build-agent-with-custom-tools/includes/4-how-use-custom-tools.md
@@ -33,6 +33,7 @@ Register the function with your agent using the Azure AI SDK:
33
functions = FunctionTool(user_functions)
34
toolset = ToolSet()
35
toolset.add(functions)
36
+project_client.agents.enable_auto_function_calls(toolset=toolset)
37
38
# Create your agent with the toolset
39
agent = project_client.agents.create_agent(
0 commit comments