Skip to content

Commit 0ccc0d1

Browse files
committed
updating code
1 parent 83b4dcc commit 0ccc0d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/ai-services/agents/how-to/tools/function-calling.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ user_functions = {fetch_weather}
5454

5555
## Create a client and agent
5656

57+
<!--
5758
In the sample below we create a client and define a `toolset` which will be used to process the functions defined in `user_functions`.
5859
5960
`toolset`: When using the toolset parameter, you provide not only the function definitions and descriptions but also their implementations. The SDK will execute these functions within `create_and_run_process` or streaming. These functions will be invoked based on their definitions.
60-
61+
-->
6162
```python
6263
import os, time
6364
from azure.identity import DefaultAzureCredential

0 commit comments

Comments
 (0)